20100316

Find all superuser accounts


grep -v -E "^#" /etc/passwd | awk -F: '$3 == 0 { print $1}'

No comments: