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