"/ etc / passwd" file that displays a list of users

The list of users can be found in the "/ etc / passwd" file. Use the cat command to display the "/ etc / passwd" file. Execute it with root privileges using the sudo command.

sudo cat / etc / passwd

Other operations for the user

The following article explains how to add users.

The following article explains how to delete a user.

Other user management operations

Add user.

User deletion.

Associated Information