By Kabeer Khan on Thursday, 18 February 2016
Category: Linux Fundamentals

What is the command to list all users in Oracle Linux?

Question

What is the command to list all users in Oracle Linux?

Environment

+ Oracle Linux 5.x (x86-64)

Resolution

Simply run the following command:

cut -d: -f1 /etc/passwd

Leave Comments