How to find top 10 programs uses/open with the most files (lsof) —
lsof +c 0 | cut -d’ ‘ -f1 | sort |uniq -c |sort -b -n -r |head -10
Categorised as: Linux
Comments are disabled on this post
Just another blog from admin's
lsof +c 0 | cut -d’ ‘ -f1 | sort |uniq -c |sort -b -n -r |head -10
Categorised as: Linux
Comments are disabled on this post