Answers for "add a user"

15

add user linux

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

linux add user

sudo adduser "username" #more interactive than useradd (ubuntu based)
Posted by: Guest on January-26-2022
0

creating new user

root@localhost:~# useradd -u 1009 -g users -G sales,research -m -c 'Jane Doe' jane
Posted by: Guest on July-29-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language