linux_create_user.md 114 B

Create user

$ sudo useradd [USERNAME]
$ sudo passwd [USERNAME]
$ sudo usermod -aG wheel [USERNAME]