Home » Categories » CentOS

How To List Users in CentOS 7?

To get a simple list of usernames.

Enter the command given below:

cut -d: -f1 /etc/passwd

This command gives us a list of users assigned to this CentOS server including system users like:

 

root

daemon

operator

sshd

systuser

cpanel

clamav

dovecot

 

Article Rating (No Votes)
Rate this article
  • Icon PDFExport to PDF
  • Icon MS-WordExport to MS Word
 
Attachments Attachments
There are no attachments for this article.
Comments Comments
There are no comments for this article. Be the first to post a comment.
Related Articles RSS Feed
Internet Speed Test in Linux
Viewed 561 times since Thu, Oct 8, 2020
How to Install ionCube Loader in CentOS 7
Viewed 522 times since Fri, Feb 5, 2021
Where is path for rh-php73 in CentOS
Viewed 783 times since Fri, Feb 5, 2021
Add cron jobs directly to Scheduled Cron Jobs
Viewed 535 times since Tue, Jul 19, 2022
How do I find all files containing specific text on Linux?
Viewed 498 times since Mon, Jan 17, 2022