ps hax -o user | sort | uniq -c | sort -r Show all processes by name with main header ps -lfC nginx Tool: find Find files that have been modified on your system in the past 60 minutes find / -mmin 60 -type f Find all files larger than 20M find / -type f -size +20M Find...