#kalilinux #linux #root
In this video, I will gonna show How to Create a New User Account on Kali Linux with Sudo Permission step by step.
Commands:
✔️ Get Root Access
➥sudo su
✔️ Create a New Normal User by command below:
➥ adduser username
✔️ Chanage the user's password:
➥ passwd username
✔️ Now, Add user to sudo group
➥usermod -a -G sudo username
✔️ To specify the shell for our new user.
➥ chsh -s /bin/bash username
=====================================
LIKE || COMMENT || SHARE || SUBSCRIBE!!!!!!
=====================================
⚠️ This Video is For Educational Purposes Only!
I'm Not Responsible For Your Any Actions!⚠️