This commit is contained in:
2026-05-25 12:42:22 +02:00
parent 3e8148c75b
commit 2da411bf9f
4 changed files with 19 additions and 5 deletions

8
logged_users.sh Executable file
View File

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