Advertisement
sohotcall

Debian - Create User

Mar 15th, 2020
281
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. # apt-get update
  2. # apt-get upgrade
  3. # adduser sohotcall
  4. # usermod -aG sudo sohotcall
  5. # apt-get install sudo
  6.  
  7. # su - sohotcall
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement