跳转到主内容

How to create a Low Privileged User Account in Kali Linux

  1. How to create a Low Privileged User Account in Kali Linux, Open Kali's command line Terminal: 步骤 1 中的图像 1,2 How to create a Low Privileged User Account in Kali Linux, Open Kali's command line Terminal: 步骤 1 中的图像 2,2
    • Press Ctrl + Alt + T to open the Terminal Interface.

  2. How to create a Low Privileged User Account in Kali Linux, Enter the following command: 步骤 2 中的图像 1,2 How to create a Low Privileged User Account in Kali Linux, Enter the following command: 步骤 2 中的图像 2,2
    • Enter the command sudo adduser 'username'

    • Enter the username of your choice in the space that says user name.

    • You will be asked to add a password to the new user, while no password shows up in the terminal, YOU are still typing the password. Its hidden due to linux security

    • Verify that the command worked properly by using the command ls /home/

  3. How to create a Low Privileged User Account in Kali Linux, Add user to Sudoers Group & BASH: 步骤 3 中的图像 1,2 How to create a Low Privileged User Account in Kali Linux, Add user to Sudoers Group & BASH: 步骤 3 中的图像 2,2
    • Enter the command sudo usermod -aG sudo username

    • This command is used to add users to the "superuser do" group to allow the account to run commands with the sudo command.

    • Next enter the command sudo chsh -s /bin/bash Username

结论

This feature has changed a bit since the 2020.4 update, but is great for creating multiple user accounts if needed.

18等其他人完成本指南。

Jacob Mehnert

于10/18/21注册

27,027 声望

创作了43篇指南

团队

iFanatics iFanatics 的会员

Community

54 名成员

创作了154篇指南

0条评论

添加评论

浏览统计数据:

过去 24 小时: 61

过去 7 天: 392

过去 30 天: 1,903

总计 57,521