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