Skip to content

Instantly share code, notes, and snippets.

@iGh0st
Created July 10, 2014 14:37
Show Gist options
  • Save iGh0st/967c88e861fdda41a47c to your computer and use it in GitHub Desktop.
Save iGh0st/967c88e861fdda41a47c to your computer and use it in GitHub Desktop.
Setting up root on utilite
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