| Home » Categories » CentOS | ||||
How To List Users in CentOS 7? |
||||
|
Article Number: 121 | Rating: Unrated | Last Updated: Tue, Jan 31, 2023 at 3:01 PM
|
||||
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
|
||||
|
| ||||
Attachments
There are no attachments for this article.
| ||||
Comments ![]() There are no comments for this article. Be the first to post a comment. | ||||
How to Install ionCube Loader in CentOS 7
Viewed 827 times since Fri, Feb 5, 2021
Internet Speed Test in Linux
Viewed 967 times since Thu, Oct 8, 2020
Add cron jobs directly to Scheduled Cron Jobs
Viewed 889 times since Tue, Jul 19, 2022
Where is path for rh-php73 in CentOS
Viewed 1136 times since Fri, Feb 5, 2021
How do I find all files containing specific text on Linux?
Viewed 837 times since Mon, Jan 17, 2022
|







Add Comment