Skip to player
Skip to main content
Skip to footer
Search
Connect
Watch fullscreen
Like
Comments
Bookmark
Share
Add to Playlist
Report
How to Create a New User with sudo Permission in Kali Linux?
TechTips
Follow
6/6/2019
How to Create a New User with sudo Permission in Kali Linux?
First, Right click on the Desktop, and then click on 'Open in Terminal' to Open Terminal. After that, follow the steps below:-
Step 1: Create a New Normal User by command below:-
useradd -m testuser
#-m creates a home directory for the user.
Step 2: Set password for the user:-
passwd testuser
Step 3: Now, Add user to sudo group (This allows user to install software, use the printer etc.)
usermod -a -G sudo testuser
# -a means add
#-G sudo means to add the user to sudoers group
Step 4: Now, we have to specify the shell for our new user.
chsh -s /bin/bash testuser
# chsh means change login shell
# -s means, it is the name of the shell you want for the user, in this case /bin/bash
It's done
Thanks for watching, please like and subscribe
==============================================
https://www.facebook.com/HowtoTutorialsByAmit/
Category
🤖
Tech
Recommended
3:07
|
Up next
How to Change Root Password in Ubuntu 18.04 LTS?
TechTips
7/17/2019
4:04
How to Check Ubuntu Version Using Terminal?
TechTips
9/10/2019
5:42
How to Reset your Forgotten Password in Ubuntu 18.04 LTS - 2019?
TechTips
6/1/2019
3:41
How to Uninstall VirtualBox Guest Additions on Linux Mint 19.1 Cinnamon?
TechTips
7/20/2019
4:11
How to Extract a tar.xz File Using Terminal on Ubuntu 18.04 LTS?
TechTips
6/8/2019
9:12
Linux Terminal 201: How to Configure Startup Files
Hak5
6/24/2016
5:15
How to Create App Shortcut to the Desktop on Ubuntu 18.04 LTS?
TechTips
10/11/2019
2:28
How to MOVE Multiple Emails to the Other Folder on Microsoft Outlook Using a Mac Computer - New
ComputerScienceVideos
5/25/2025
2:41
How to ARCHIVE an Email On Microsoft Outlook Using a Mac / Desktop Computer - Basic Tutorial | New
ComputerScienceVideos
5/5/2025
4:24
How to SEND an Email On Your Microsoft Outlook Account Using a Mac Computer - Basic Tutorial | New
ComputerScienceVideos
4/27/2025
3:55
Fake Whatsapp Number 2024 - How to Create Fake Whatsapp Account 2024 | Fake Whatsapp Kaise Banaye
Android Urdu
3/23/2024
2:59
Payment method verification needed google play store problem fix
Android Urdu
3/22/2024
5:04
How to Remove Samsung Account without Password. All Samsung Android 9,10,11,12,13,14
Android Urdu
3/11/2024
1:21
How to Clear Activity History in Windows 11
Basic InfoTECH
3/2/2023
1:28
How to Find your Windows Device ID or Machine ID in Registry Editor
Basic InfoTECH
2/20/2023
1:50
How to Enable/Disable Turn Wi-Fi On/Off Automatically on Samsung Galaxy S24 Ultra?
TechTips
10/20/2024
1:08
How to Turn On/Off Wi-Fi Detect Suspicious Networks on Samsung Galaxy S24 Ultra?
TechTips
10/20/2024
1:37
How to Delete/Forget a Saved Wi-Fi Network on Samsung Galaxy S24 Ultra?
TechTips
10/20/2024
0:57
How to Enable/Disable Vibrate When Call Ends in Phone App on Samsung Galaxy S24 Ultra?
TechTips
10/20/2024
1:02
How to Turn On/Off Answer Using Speaker on Samsung Galaxy S24 Ultra?
TechTips
10/20/2024
0:53
How to Enable/Disable Block Calls From Unknown Numbers on Samsung Galaxy S24 Ultra?
TechTips
10/20/2024
1:16
How to Enable/Disable Call Waiting on Samsung Galaxy S24 Ultra?
TechTips
10/19/2024
2:42
Hot to Turn On RAM Plus on Samsung Galaxy S24 Ultra?
TechTips
10/19/2024
1:28
How to Set the Performance Profile to Standard/Light on Samsung Galaxy S24 Ultra?
TechTips
10/19/2024
1:35
How to Enable/Disable Show Charging Information on Samsung Galaxy S24 Ultra?
TechTips
10/19/2024