Answers for "add group"

17

add user to group

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

add group

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

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language