Easy Tutorial
❮ Linux Comm Fmt Linux Comm Losetup ❯

Linux userconf Command

Linux Command Manual

The Linux userconf command is used for user account configuration programs.

userconf is actually a symbolic link to linuxconf, providing a graphical interface for operations, allowing administrators to create and manage various accounts. Without any parameters, it enters the graphical interface.

Syntax

userconf [--addgroup <group>][--adduser <userID><group><username><shell>][--delgroup <group>][--deluser <userID>][--help]

Parameter Description:

Example

Adding a User

# userconf --adduser 666 tt lord /bin/bash //Adds a new user account

Linux Command Manual

❮ Linux Comm Fmt Linux Comm Losetup ❯