Answers for "adding users to linux"

10

linux create user

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

create user in linux

useradd [OPTIONS] USERNAME
Posted by: Guest on March-15-2020
0

adding users to linux

sudo adduser {{username}} #more interactive than useradd (ubuntu based)
Posted by: Guest on May-30-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language