Answers for "linux add user to local group"

18

add user to group

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

how to add new group to user linux

usermod -a -G groupname username
Posted by: Guest on July-23-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language