Answers for "how to add multiple users to group in linux"

1

how to add multiple users to group in linux

gpasswd -M userA,userB,userC mygroup
#if gpasswd is available on system.
Posted by: Guest on December-24-2020

Code answers related to "how to add multiple users to group in linux"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language