Red Hat Linux 8.0: Red Hat Linux Customization Guide | ||
---|---|---|
Prev | Chapter 25. User and Group Configuration | Next |
If you prefer command-line tools or do not have the X Window System installed, use this chapter to configure users and groups.
To add a user to the system:
Issue the useradd command to create a locked user account:
useradd <username> |
Unlock the account by issuing the passwd command to assign a password and set password aging guidelines:
passwd <username> |
To add a group to the system, use the command groupadd:
groupadd <group-name> |