Answers for "how to create a new account in linux"

10

linux create user

sudo useradd username
Posted by: Guest on May-13-2020
0

linux create user with homedir

useradd -m $username
Posted by: Guest on August-06-2020

Code answers related to "how to create a new account in linux"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language