Answers for "how to create a new group in linux"

1

add group linux

$ groupadd developers
$ groupadd operations
Posted by: Guest on July-16-2021
0

how to add new group to user linux

usermod -a -G groupname username
Posted by: Guest on July-23-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 a new group in linux"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language