diff options
| author | mo khan <mo.khan@gmail.com> | 2019-10-01 19:37:00 -0600 |
|---|---|---|
| committer | mo khan <mo.khan@gmail.com> | 2019-10-01 19:37:00 -0600 |
| commit | e56cbefabfbdeb6d12d38adcc998b6b540a3b874 (patch) | |
| tree | 1eb577cb7c115affe0d69152a8eb22b1315d758e /bin | |
| parent | a89061ab6bdc2a6941aae2745b58f4f0482e1498 (diff) | |
Find entries missing a password
Diffstat (limited to 'bin')
| -rwxr-xr-x | bin/no-password | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/no-password b/bin/no-password new file mode 100755 index 0000000..7ed2797 --- /dev/null +++ b/bin/no-password @@ -0,0 +1,3 @@ +#!/bin/bash + +grep -E '^\w+::.*' /etc/passwd |
