Skip to content

Latest commit

 

History

History
3 lines (3 loc) · 140 Bytes

open-files.md

File metadata and controls

3 lines (3 loc) · 140 Bytes

See what has all the files open Error is too many open files lsof | awk '{ print $2 " " $1; }' | sort -rn | uniq -c | sort -rn | head -20