You are not logged in.
Pages: 1
I've read in the man page of gpasswd, that the following command can be used to create a group administrator:
sudo gpasswd -A some_user some_group
But how to delete the group administrator from the group?
Thanks.
Offline
Try sudo gpasswd -r user group
Offline
Try sudo gpasswd -r user group
This command removes the password from the group, but I want to turn a group administrator into a normal member.
Last edited by Myav (2008-06-24 11:42:51)
Offline
Pages: 1