SHOW THE ENTRIES FOR USERS WHO HAVE NO PASSWORD awk -F: '$2 == ""' /etc/shadow awk -F: '$2 == "" {print $1}' /etc/shadow