-
-
Save szabo92/6005da87e5f021175c0805758fadba2b to your computer and use it in GitHub Desktop.
su
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
# when `su` raises authentication error is probably because root password is not set | |
# you can login with your sudo enabled account and password | |
sudo su | |
# or you can set a password for root | |
sudo passwd root | |
# after that, you can do `su` and login with the password set before |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment