Ce contenu n'est pas disponible dans la langue sélectionnée.
32.2. User and Group Management Tools
Managing users and groups can be a tedious task; this is why Red Hat Enterprise Linux provides tools and conventions to make them easier to manage.
The easiest way to manage users and groups is through the graphical application, User Manager (
system-config-users
). For more information on User Manager, refer to Section 32.1, “User and Group Configuration”.
The following command line tools can also be used to manage users and groups:
useradd
,usermod
, anduserdel
— Industry-standard methods of adding, deleting and modifying user accountsgroupadd
,groupmod
, andgroupdel
— Industry-standard methods of adding, deleting, and modifying user groupsgpasswd
— Industry-standard method of administering the/etc/group
filepwck
,grpck
— Tools used for the verification of the password, group, and associated shadow filespwconv
,pwunconv
— Tools used for the conversion of passwords to shadow passwords and back to standard passwords