How to Create a New User Account on Kali Linux with root Privileges | Kali Linux 2020.1
TECH DHEE
In this video, I will gonna show How to Enable and Disable Root User Account in Kali Linux 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: https://bit.ly/techdhee ↬ Patron : https://www.patreon.com/techdhee ↬ YouTube: https://www.youtube.com/techdhee ↬ Facebook: https://www.facebook.com/techdhee ↬ Twitter: https://twitter.com/tech_dhee ↬ Blogger: https://tecdhee.blogspot.com ↬ Website: https://www.techdhee.in
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! #Create #NewUser #KaliLinux #techdhee ... https://www.youtube.com/watch?v=fMPQhG4MWxQ
7153000 Bytes