Files
helpers/logged_users.sh
2026-05-25 12:42:22 +02:00

9 lines
134 B
Bash
Executable File

#!/bin/sh
top -n 1 | \
awk 'NR>4 { print $3 }' | \
tr -d ' ' | \
sort | \
uniq | \
grep -Ev "root|nginx|postfix|gitea|unrealir"