Skip to main content

Free Shipping on Domestic Orders $75+

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: step 1, image 1 of 2 How to create a Low Privileged User Account in Kali Linux, Open Kali's command line Terminal: step 1, image 2 of 2
      • Press Ctrl + Alt + T to open the Terminal Interface.

      Ask FixBot

      Add Comment

    2. How to create a Low Privileged User Account in Kali Linux, Enter the following command: step 2, image 1 of 2 How to create a Low Privileged User Account in Kali Linux, Enter the following command: step 2, image 2 of 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/

      Ask FixBot

      Add Comment

    3. How to create a Low Privileged User Account in Kali Linux, Add user to Sudoers Group & BASH: step 3, image 1 of 2 How to create a Low Privileged User Account in Kali Linux, Add user to Sudoers Group & BASH: step 3, image 2 of 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

      Ask FixBot

      Add Comment

Conclusion

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

Cancel: I did not complete this guide.

25 other people completed this guide.

Jacob Mehnert

Member since: 10/18/21

49,614 Reputation

52 Guides authored

Team

iFanatics Member of iFanatics

Community

69 Members

1,144 Guides authored

1 Guide Comment

The post I like them

LloydParrish - Reply Share

Add Comment

View Statistics:

Past 24 Hours: 2

Past 7 Days: 14

Past 30 Days: 90

All Time: 71,484