LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   Usernames (https://www.linuxquestions.org/questions/linux-general-1/usernames-39330/)

Zwitterion 12-25-2002 12:16 AM

Usernames
 
How do I display usernames & groups on my system?

llama_meme 12-25-2002 08:30 AM

cat /etc/passwd | awk 'BEGIN { FS=":" } { print $1 }'

or replace /etc/passwd with /etc/group to see groups.

Alex


All times are GMT -5. The time now is 12:48 AM.