hi there guys, i am a noob and i really couldn't work my way around the terminal what i want is root@kali:~# and what am I getting is kali@kali:~$. I have tried to change the directory no change still , I am using usb live persistence.
hi there guys, i am a noob and i really couldn't work my way around the terminal what i want is root@kali:~# and what am I getting is kali@kali:~$. I have tried to change the directory no change still , I am using usb live persistence.
Enter this into your terminal -
sudo su
Enter your password and you'll get something like -
root@kali:/home/kali#
Starting with Kali 2020.1, there is no longer a superuser account and the default user is now a standard, non-privileged user. Until now, users have logged on to the system with the user ?root? and the password ?toor?. In Kali Linux 2020.1, both the default user and password will be ?kali?
username: "your set account installation"
password: "your password you choice during installation"
kali linux invalid password root toor for version 2020.1
If you would like to use root instead here are the instructions to do so:
Issue command ?sudo su?
<Enter the password for kali user account>
Issue command ?passwd root?
<Enter new password and retype that password>
At this point you can log-off and re log-in or you can just switch the user and log in as root.