PDA

View Full Version : List of users on my system


heat
21st April 2005, 12:46
Hi,

is there a way of finding out about all users on my system? Not only the ones currently logged in, but all...

heat

jojo
21st April 2005, 13:00
cat /etc/passwd | cut -d":" -f1

jojo