LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   list of users (https://www.linuxquestions.org/questions/linux-newbie-8/list-of-users-422623/)

Ab3n 03-07-2006 06:26 PM

list of users
 
I'm using slack 10.2 through ssh and I need to view a list of all the users registered on the machine...what command does this?

macemoneta 03-07-2006 06:28 PM

cat /etc/passwd

ckoniecny 03-07-2006 06:43 PM

cat /etc/passwd | awk -F: '{print $1}'

Ab3n 03-08-2006 12:30 PM

Thanks a ton!


All times are GMT -5. The time now is 05:54 AM.