[CentOS] Find user accounts with uid > 500

Sean Carolan scarolan at gmail.com
Thu Feb 28 11:14:12 UTC 2008


> > ssh servername awk -F: "'{if (\$3 > 499) print \$0}'" < /etc/passwd
>
>  ssh servername awk -F: "'{if (\$3 > 499) print \$0}' < /etc/passwd"
>
>  otherwise '< /etc/passwd' happens on the client.

Awesome, thanks!



More information about the CentOS mailing list