Answers for "how to add a group in groups unix"

19

linux append group

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

create group in linux command example

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

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language