Linux Comm Userconf
# Linux userconf Command
[ Linux Command Manual](#)
The Linux userconf command is used for user account setup.
userconf is actually a symbolic link to linuxconf, providing a graphical interface for administrators to create and manage various types of accounts. If no parameters are added, it enters the graphical interface.
### Syntax
userconf
**Parameter Description**:
* --addgroup Add a new group.
* --adduser Add a new user account.
* --delgroup Delete a group.
* --deluser Delete a user account.
* --help Display help.
### Example
Add a new user
# userconf --adduser 666 tt lord /bin/bash //Add a new user account
[ Linux Command Manual](#)
YouTip