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

4 lines
72 B
Bash

#!/usr/bin/env bash
{
useradd -D | grep INACTIVE | cut -d '=' -f 2
}