a
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
#!/usr/bin/env bash
|
||||
{
|
||||
awk -F: '($2 == "" ) { print $1 " does not have a password "}' /etc/shadow
|
||||
}
|
||||
Reference in New Issue
Block a user