Answers for "linux add user with home"

10

add user linux

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 "Shell/Bash"

Browse Popular Code Answers by Language