How to create a user with sudo privileges in Kali Linux 2020. This is one of the best videos where we explain in simple english how to create a new user in kali linux and give that user sudo privileges.
Steps on how to create a user with sudo privileges in Kali Linux 2020
Below are the steps or codes to paste in your terminal one at a time
- useradd -m testuser
- passwd testuser
- usermod -a -G sudo testuser
- chsh -s /bin/bash testuser
why do you need to ad a new user in kali linux ? one of the majors reasons are , it is not recommended to use your main account for the sense of security. Another thing is in the main account you can not use google chrome but if you open another account it will allow you to install and use it.
how to create new user in kali linux 2020
we cover that in the video above and its very simple and clear
Facebook Comments Box