Advertisement
andmalv

[Tip] Habilitar sudo en un usuario

Mar 23rd, 2016
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.14 KB | None | 0 0
  1. Error
  2.         'username is not in the sudoers file. This incident will be reported.'
  3.  
  4. Solucion
  5.         su
  6.         echo "$USER ALL=NOPASSWD:ALL" >> /etc/sudoers
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement