I know this is the wrong place but I need this bad. In this script I'm supposed to list ALL created users but I can't remember the command to have them list. This is in linux... Please help!
I know this is the wrong place but I need this bad. In this script I'm supposed to list ALL created users but I can't remember the command to have them list. This is in linux... Please help!
awk -F: '{print $1}' /etc/passwd
Thanks! Just finished the script for class... *cake for you!*