When I run the command awk -F: '$3>999 {print $1}' /etc/passwd I see this:
awk -F: '$3>999 {print $1}' /etc/passwd
nobody tim askubuntu
Why is there a user called nobody? The only 2 user accounts I have are tim and askubuntu.
nobody
tim
askubuntu