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

3

add user to group linux

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

how to create a new group in linux

groupadd [OPTIONS] GROUPNAME
Posted by: Guest on March-17-2020

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

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language