Hello Forum,
Is there a way to remove multiple users from a group with gpasswd or any other tool?
I know you can add multiple users by entering the following:
Code:
sudo gpasswd -M userA,userB,userC mygroup
But can I don't know if you can do the opposite.
Any suggestions would be highly appreciate it!!!