cat /etc/shadow | awk -F: '($2 == "" ) { print $1 " does not have a password "}' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
cat /etc/shadow | awk -F: '($2 == "" ) { print $1 " does not have a password "}' |