From Fedora Project Wiki
< SystemConfig | users
(Page created) |
mNo edit summary |
||
Line 1: | Line 1: | ||
=== System-config-users backend functionality === | === System-config-users backend functionality === | ||
Here is list of all functions which should users backend provide | Here is list of all functions which should users backend provide | ||
== Basic == | == Basic == |
Latest revision as of 14:00, 20 July 2009
System-config-users backend functionality
Here is list of all functions which should users backend provide
Basic
what | where |
---|---|
Add and delete users | /etc/passwd |
Add and delete groups | /etc/group |
Rename users and groups | usermod -l & groupmod -n |
Assign user to the group | useradd -G group user |
Set user's password, home directory, default shell and full name | passwd, usermod |
Set user's UID | usermod -u |
Set groups's GID | groupmod -g |
Set account/password expiration | usermod -e/-f |
Lock/unlock the account | usermod -L/-U |