Hosted by Dailymotion. For legal issues report at the Copyright Center, report us on DMC, or use the Instant Removal tool.
How to Create a New User with sudo Permission in Kali Linux?
Description
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/
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/
More from User
01:50
How to Enable/Disable Turn Wi-Fi On/Off Automatically on Samsung Galaxy S24 Ultra?
TechTips
01:08
How to Turn On/Off Wi-Fi Detect Suspicious Networks on Samsung Galaxy S24 Ultra?
TechTips
01:37
How to Delete/Forget a Saved Wi-Fi Network on Samsung Galaxy S24 Ultra?
TechTips
00:57
How to Enable/Disable Vibrate When Call Ends in Phone App on Samsung Galaxy S24 Ultra?
TechTips
01:02
How to Turn On/Off Answer Using Speaker on Samsung Galaxy S24 Ultra?
TechTips
00:53
How to Enable/Disable Block Calls From Unknown Numbers on Samsung Galaxy S24 Ultra?
TechTips
Related Videos
04:03
How to add a standard user with Sudo in Kali Linux
Mqlam1
06:10
Overview of WordPress User Roles and Permissions - How to Add a User in WordPress - WordPress Tutorials in UrduHindi - Part 15
Haris Jamil Abid
05:12
How To Performing DOS Attacks On Wireless Networks Using kali linux tutorials
Thelinksmaster
06:45
How to Kali Linux Create a Payload and Listner SEToolkit Lecture Tutorial by --Thelinksmaster - YouTube
Thelinksmaster
06:04
BlackEye With Ngrok - Easily Create Phishing Pages for Social Media Accounts Kali Linux Tutorial
Mohamed Atwah
11:54
jQuery and AJAX Tutorials 6 | Create Chat box User Interface
mybringback