Answers for "how to create user in group in linux"

20

add user to group

usermod -a -G examplegroup exampleusername
Posted by: Guest on March-29-2020
7

add user to group linux

sudo usermod -aG <groups> <username>
Posted by: Guest on October-02-2021

Code answers related to "how to create user in group in linux"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language