Commands Help : gpasswd

  • administer /etc/group and /etc/gshadow

[SYNOPSIS] gpasswd OPTION GROUP
option
-ASet the list of administrative users
# gpasswd -A user group
-aAdd the user to the named group
# gpasswd -a user group
-dRemove the user from the named group
# gpasswd -d user group
-rRemove the password from the named group
# gpasswd -r group

Comments

Popular posts from this blog

LINUX Move and copy files using SSH

Java : Variables Declaring

SQL Self JOIN