Answers for "which command allows you to add a user to a group? in linux"

12

add user to group linux

sudo usermod -aG <groups> <username>
Posted by: Guest on October-02-2021

Code answers related to "which command allows you to add a user to a group? in linux"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language