2 lines
95 B
Bash
2 lines
95 B
Bash
#!/bin/bash
|
|
awk -F: '($2 != "x" ) { print $1 " is not set to shadowed passwords "}' /etc/passwd |