Skip to content

Instantly share code, notes, and snippets.

@geralexgr
Created February 23, 2021 09:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save geralexgr/bfeef7c9c63a136f48bb25519b9566d6 to your computer and use it in GitHub Desktop.
Save geralexgr/bfeef7c9c63a136f48bb25519b9566d6 to your computer and use it in GitHub Desktop.
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