Advertisement
Guest User

Untitled

a guest
Feb 21st, 2017
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. Install sudo package as root:
  2. # apt-get install sudo
  3.  
  4. Add a user to sudo group as root:
  5. # usermod -a -G sudo username
  6.  
  7. Log the user (username) out of the current session and back in again. Test that it works:
  8. $ sudo test
  9.  
  10. Ignore the warning message. If successfully completed no output will be generated and you should be returned to the terminal prompt as usual.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement