Answers for "how to add group in linux"

18

linux append group

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

add group linux

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

how to create a new group in linux

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

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language