Creating users

Here we will simply add a new user to our system and give them wheel access

Add a user

  • Add user
  • Create password

Switch users

To switch to your user run:

Giving your user access to sudo

Make sure you have vi installed

Enter:

and uncomment this line so it looks like this

if you hate typing your password everytime like me do this instead

Need more?

check out man pages for the following:

  • useradd
  • userdel
  • groupadd
  • groupdel

you can do this by typing:

TODO


Tagged in linux