Answers for "linux create a group and add users"

3

add user to group linux

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

create group in linux command example

groupadd [OPTIONS] GROUPNAME
Posted by: Guest on December-27-2021

Code answers related to "linux create a group and add users"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language