English | 简体中文 | 繁體中文 | Русский язык | Français | Español | Português | Deutsch | 日本語 | 한국어 | Italiano | بالعربية

Linux userconf command

Linux Command大全

The Linux userconf command is used for the user account setting program.

userconf is actually a symbolic link to linuxconf, providing a graphical interface for administrators to create and manage various accounts. If no parameters are added, it will enter the graphical interface.

Syntax

userconf [--addgroup <群组>][--adduser <用户ID><群组><用户名称><shell>][--delgroup <群组>][--deluser <用户ID>][--help]

Parameter Description:

  • --addgroup<群组>  Add Group.
  • --adduser<用户ID><群组><用户名称><shell>  Add User Account.
  • --delgroup<群组>  Delete Group.
  • --deluser<用户ID>  Delete User Account.
  • --help  Display Help.

Online Examples

Add User

# userconf --adduser 666 tt lord /bin/bash //Add User Account

Linux Command大全