How to Create a New User with sudo Permission in Kali Linux? | TECH DHEE
TECH DHEE
#kalilinux #newuser #sudo #permission In this video I will show you How to Create a New User with sudo Permission in Kali Linux? and how we can delete exiting user from Kali Linux.
Support the Channel on Patreon: https://www.patreon.com/techdhee
✔️ Create a New Normal User by command below:
➥ adduser username
✔️ Chanage the user 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! Now Your New User is Created or Working Like root!!!!
===================================== LIKE || COMMENT || SHARE || SUBSCRIBE!!!!!!
↬ Subscribe: https://bit.ly/2ESKEst ↬ Patreon : https://www.patreon.com/techdhee ↬ Youtube: https://www.youtube.com/techdhee ↬ Facebook: https://www.facebook.com/techdhee ↬ Twitter: https://twitter.com/tech_dhee ↬ 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! #techdhee ... https://www.youtube.com/watch?v=3-k5NZuMyHA
26220647 Bytes