
gpasswd
List of commands for gpasswd:
-
gpasswd:tldr:065e2 gpasswd: Remove a user from the named group.$ gpasswd -d ${user} ${group}try on your machineexplain this command
-
gpasswd:tldr:554c2 gpasswd: Set the list of group members.$ sudo gpasswd -M ${user1,user2} ${group}try on your machineexplain this command
-
gpasswd:tldr:8e488 gpasswd: Add a user to the named group.$ gpasswd -a ${user} ${group}try on your machineexplain this command
-
gpasswd:tldr:c7088 gpasswd: Define group administrators.$ sudo gpasswd -A ${user1,user2} ${group}try on your machineexplain this command
-
gpasswd:tldr:ed2ce gpasswd: Create a password for the named group.$ gpasswd ${group}try on your machineexplain this command