LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Debian (https://www.linuxquestions.org/questions/debian-26/)
-   -   show all users accounts (https://www.linuxquestions.org/questions/debian-26/show-all-users-accounts-863935/)

cccc 02-20-2011 08:00 PM

show all users accounts
 
Hello

Howto show all created users accounts on squeeze?

evo2 02-20-2011 08:07 PM

Hi,

perhaps:
Code:

cat /etc/passwd
Evo2.

---------- Post added 2011-02-21 at 11:07 ----------

Hi,

perhaps:
Code:

cat /etc/passwd
Evo2.

brian-va 02-20-2011 08:09 PM

You can use
Code:

cat /etc/passwd | cut -d":" -f1


All times are GMT -5. The time now is 09:52 AM.