Answers for "create user and set home directory linux"

0

linux create user with homedir

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

linux add user with home directory

useradd -m USERNAME
useradd -m $username
Posted by: Guest on January-03-2022

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language