18 Linux User Commands Tutorial Administration Management
18 Linux User Commands Tutorial Administration Management
As Linux is a multi-user operating system, there is a high need of an administrator, who can manage user accounts, their
rights, and the overall system security for User management in Linux.
You should know the basics of Linux admin so that you can handle the user accounts and usergroups for user management
in Linux.
Creating a User
Deleting, disabling account
Adding users to the usergroups
Finger
Linux/Unix User Management Commands
Creating a User
In Linux, every user is assigned an individual account which contains all the files, information, and data of the user. You
can create multiple users in a Linux operating system using Linux user commands. Next in this Linux admin tutorial, we
will learn how to create a user in Linux Administration. The steps for creating a user are:
Step 2) Click on the unlock icon and enter a password when prompted, then click the plus sign.
Step 3) A new window would pop up, asking you for adding information to the new user account.The account type offers
two choices - standard and administration(Ubuntu Limitation). If you want the new user to have administrative access to
the computer, select Administrator as the account type. Administrators can do things like add and delete users, install
software and drivers, and change the date and time. Otherwise, choose standard.Fill in the full name, username and click
on create.
Step 4) The new account would show, but would be disabled by default.
To activate it, click the password option and add a new password. Click change to enable the account.
Deleting, disabling account
Terminal
For disabling an account using Terminal, remove the password set on the account.
The system would ask for authentication and then it would add the user to the group.
users-admin
The syntax 'finger' gives data on all the logged users on the remote and local machine.
The syntax 'finger username' specifies the information of the user in User administration in Linux.
Linux/Unix user management commands
User management in Linux is done by using Linux administration commands. Here is a list of user management
commands in Linux:
Command Description
Summary:
You can use both GUI or Terminal for User Administration in Linux User management
You can create, disable and remove user accounts using Linux admin commands.
You can add/delete a user to a usergroup.