Advertisement
para_bellum

user admin

Feb 8th, 2018
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. Create a new user:
  2. useradd -U -m -s /bin/bash matlab_user
  3. Then create a password for that user using: passwd matlab_user
  4.  
  5. Add a user to a group:
  6. usermod -a -G user group
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement