User List

Share your expert knowledge and show off your skills.
Post Reply
zaigham_tt
Havaldaar
Posts: 142
Joined: Fri Sep 22, 2006 8:33 pm
Contact:

User List

Post by zaigham_tt »

Hiz salam how r u. all

Is there any command that shows the list of users ........
LinuxFreaK
Site Admin
Posts: 5132
Joined: Fri May 02, 2003 10:24 am
Location: Karachi
Contact:

Re:

Post by LinuxFreaK »

Dear zaigham_tt,
Salam,

# awk -F":" '{ print "User: " $1 "\t\tuid:" $3 }' /etc/passwd

Best Regards.
Farrukh Ahmed
zaigham_tt
Havaldaar
Posts: 142
Joined: Fri Sep 22, 2006 8:33 pm
Contact:

Post by zaigham_tt »

Thanx Farrukh Bhai U r So great.... :lol:
Post Reply