Difference between revisions of "Redhat7:User cmd"
Jump to navigation
Jump to search
(Created page with "== User Commands == {| class="wikitable" |+Food complements |- |useradd, usermod, userdel | Standard user command |- |groupadd, groupmod, groupdel |Standard Group Commands ...") |
|||
| Line 1: | Line 1: | ||
| − | == User Commands == | + | == User/Group Commands == |
| − | |||
{| class="wikitable" | {| class="wikitable" | ||
| Line 20: | Line 19: | ||
| Conversion of passwords between shadow passwords and standard passwords | | Conversion of passwords between shadow passwords and standard passwords | ||
|} | |} | ||
| + | |||
| + | === Note === | ||
| + | When a user or a group is added in Red Hat 7, a UID/GID greater than 999 is created. Under Red Hat Enterprise Linux 7, UIDs and GIDs below 1000 are reserved for system use and should not be assigned to users. | ||
Latest revision as of 10:35, 23 February 2015
User/Group Commands
| useradd, usermod, userdel | Standard user command |
| groupadd, groupmod, groupdel | Standard Group Commands |
| gpasswd | Administration command for /etc/group |
| pwck, grpck | Password Validations Commans |
| pwconv, pwunconv | Conversion of passwords between shadow passwords and standard passwords |
Note
When a user or a group is added in Red Hat 7, a UID/GID greater than 999 is created. Under Red Hat Enterprise Linux 7, UIDs and GIDs below 1000 are reserved for system use and should not be assigned to users.