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

4 lines
72 B
Bash

#!/usr/bin/env bash
{
awk -F: '($3 == 0) { print $1 }' /etc/passwd
}