Non System Accts:
awk -F'[/:]' '{if ($3 >= 1000 && $3 != 65534) print $1}' /etc/passwd
All Local Users:
t -d: -f1 /etc/passwd
Welcome to FreeSoftwareServers Confluence Wiki
Non System Accts:
awk -F'[/:]' '{if ($3 >= 1000 && $3 != 65534) print $1}' /etc/passwd
All Local Users:
t -d: -f1 /etc/passwd