Created
July 10, 2014 14:37
-
-
Save iGh0st/967c88e861fdda41a47c to your computer and use it in GitHub Desktop.
Setting up root on utilite
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Just set your own root password: | |
utilite@utilite-ubuntu-desktop:~$ whoami | |
utilite | |
utilite@utilite-ubuntu-desktop:~$ sudo -i | |
[sudo] password for utilite: /* enter password for the utilite user | |
root@utilite-ubuntu-desktop:~# whoami | |
root | |
root@utilite-ubuntu-desktop:~# passwd root | |
Enter new UNIX password: /* enter password for the root user | |
Retype new UNIX password: | |
passwd: password updated successfully | |
then you can use: | |
su <your new password> to login as root user |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment