In this video, I will gonna show How to Create a New User Account on Kali Linux with root Privileges step by step. By default Kali Linux does not set up a root password during installation and therefore you don’t get the facility to log in as root. However, this does not mean that the root account doesn’t exist in Kali Linux or that it can’t be completely accessed. Instead you are given the ability to execute tasks with superuser privileges using sudo command.
Timestamps:
00:00 Intro
00:34 Add New User in Kali
00:57 Set User's Password in Kali Linux
01:05 Add User in Sudo Group
01:19 Assign the Shell to New User
01:38 Login as New User Account in Kali Linux
️ Commands:
️ Create a New Normal User by command below:
adduser username
️ Chanage the user's password:
passwd username
️ Now, Add user to sudo group (This allows user to install software or other permissions)
usermod -a -G sudo username
usermod is used for make changes to an existing user
-a means add
-G means to group
sudo is Group in kali Linux default
️ Now, we have to specify the shell for our new user.
chsh -s /bin/bash username
chsh means change shell
-s (-shell) specified shell for new accounts, in this case /bin/bash
That is it! This is the way How to Create a New User Account on Kali Linux with root Privileges
=====================================
LIKE || COMMENT || SHARE || SUBSCRIBE!!!!!!
=====================================
↬ Subscribe:
↬ Patron :
↬ YouTube:
↬ Facebook:
↬ Twitter:
↬ Blogger:
↬ Website:
If There is Anything You Want Me to Cover Then Do Let Me Know.
This Video is For Educational Purposes Only!
I'm Not Responsible For Your Actions!
Watch video How to Create a New User Account on Kali Linux with root Privileges | Kali Linux 2021.2 online without registration, duration 02 minute 21 second in high hd quality. This video was added by user TECH DHEE 19 April 2021, don't forget to share it with your friends and acquaintances, it has been viewed on our site 77 thousand once and liked it 716 people.