Guest User

Untitled

a guest
Apr 26th, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. # Interactively create new user on Ubuntu
  2.  
  3. $ sudo adduser john
  4.  
  5. # To enable sudo :
  6.  
  7. $ sudo usermod -G admin john
Add Comment
Please, Sign In to add comment