Guest User

Untitled

a guest
Mar 24th, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. # when `su` raises authentication error is probably because root password is not set
  2. # you can login with your sudo enabled account and password
  3.  
  4. sudo su
  5.  
  6. # or you can set a password for root
  7.  
  8. sudo passwd root
  9.  
  10. # after that, you can do `su` and login with the password set before
Add Comment
Please, Sign In to add comment