Answers for "add user"

10

add user linux

sudo useradd username
Posted by: Guest on May-13-2020
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