How To List Users in CentOS 7



How To List Users in CentOS 7

How To List Users in CentOS 7

In this video, we describe how to obtain a list of users in CentOS 7.

Commands used:
cut -d: -f1 /etc/passwd
getent passwd
getent passwd root
useradd test7
getent passwd test7
passwd test7
userdel test7

The related article for this article can be found here: https://www.liquidweb.com/kb/list-users-centos-7/

For more information about this and other topics, visit us at https://www.liquidweb.com/kb/

To learn more about our dedicated offerings, visit:
https://www.liquidweb.com/products/dedicated/

Video by: Alex Gorzen