List all user in linux
I got the tips from : http://www.linuxquestions.org/linux/answers/Networking/How_to_list_all_your_USERs
awk -F":" '{ print "username: " $1 "\t\tuid:" $3 }' /etc/passwd
It will show all username and fullname.
Written by Ismail Sunni
Related protips
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Terminal
Authors
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#