Files
atap/ATAPAuditor/Helpers/ShellScripts/RHEL9_CIS2.0.0/7.2.1.sh
T
2026-05-11 09:15:08 +02:00

4 lines
111 B
Bash

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