Difficulty
Easy
Steps
3
Time Required
1 minute
Sections
1
- How to create a Low Privileged User Account in Kali Linux
- 3 steps
Flags
Member-Contributed Guide
An awesome member of our community made this guide. It is not managed by iFixit staff.
BackKali
Full Screen
Options
History
Save to Favorites
Download PDF
Edit
Translate
Get Shareable Link
Embed This Guide
Notify Me of Changes
Stop Notifications
Introduction
Step 1
Open Kali's command line Terminal
- Press Ctrl + Alt + T to open the Terminal Interface.
Press Ctrl + Alt + T to open the Terminal Interface.
1024
Step 2
Enter the following command
- 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/
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/
Step 3
Add user to Sudoers Group & BASH
- 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
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.
Cancel: I did not complete this guide.
6 other people completed this guide.
Author
with 2 other contributors
Jacob Mehnert
Member since: 10/18/2021
12,621 Reputation
31 Guides authored
Badges:
42
+39 more badges
Team
iFanatics
Member of iFanatics
Community
49 Members
102 Guides authored