Account Types
There are three main types of accounts.
- System Accounts
- User Accounts
- The Superuser Account
Utilities for Managing User Accounts
adduser(8) | The recommended command-line application for adding new users. |
---|---|
rmuser(8) | The recommended command-line application for removing users. |
chpass(1) | A flexible tool for changing user database information. |
passwd(1) | The command-line tool to change user passwords. |
pw(8) | A powerful and flexible tool for modifying all aspects of user accounts. |
bsdconfig(8) | A system configuration utility with account management support. |
Adding a User
Adding a user is done with adduser(8) .
Remove Users From the System
The rmuser(8) utility removes one or more users submitted on the command line or from a file. In removing a user from the system.
Changing User Database Information
The chpass(1) utility changing user database information.
Change User Passwords
The chpass(1) change user passwords.
This text was translated from Japanese to English with the help of AI.
For the official content, please refer to the Japanese documentation.
コメント