This commit is contained in:
b11ng0
2025-03-05 14:34:50 +00:00
commit aed56a0c40
69 changed files with 478 additions and 0 deletions

3
rpmhello/rpmshell.sh Executable file
View File

@ -0,0 +1,3 @@
#!/bin/bash
ps aux | grep -v "grep" | grep -v "bash" | awk '{print $2, $3, $11, $10}' | sort -k3 -nr > system_monitoring.txt