Latest web development tutorials

Linux userconf command

Linux command Daquan Linux command Daquan

Linux userconf commands for user account setup.

userconf actually linuxconf symbolic connections that provide a graphical interface operating mode for the administrator to create and manage various types of accounts. Without any arguments, namely into the graphical interface.

grammar

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

Parameter Description:

  • --addgroup <Groups> New Group.
  • --adduser <user ID> <Group> <user name> <shell> new user account.
  • --delgroup <Groups> Delete group.
  • --deluser <user ID> delete user accounts.
  • --help displays help.

Examples

New users

# userconf --adduser 666 tt lord /bin/bash //新增用户账号

Linux command Daquan Linux command Daquan