Hi Guys this is Shishir
This video will explain how to change from default user to root user in kali Linux gnome. By this you will be a privileged user and you will have all the permissions which a normal user does not have. This will also save your time. You can easily perform anything in the root account and it will not ask for the permission.
Commands used in this video are given below. You can use them if you are feeling lazy to type. But i recommend to type manually because you can't be a hacker by copy and pasting commands in terminal. You have to practice with these commands and then you can learn things easily.
1) sudo apt-get update
2) sudo apt-get upgrade -y
3) sudo -i
4) passwd
5) exit
6) sudo nano /etc/pam.d/gdm-password
----------------------------------------------------------------------------------------------------------------------------
0 Comments