Guest User

Untitled

a guest
Dec 17th, 2017
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. find /proc/*/fd -ls 2>/dev/null | grep '(deleted)'
  2.  
  3. find /proc/*/fd -ls 2>/dev/null | grep '(deleted)'
  4. | sed 's!.*(/proc[^ ]*).*!1!' | xargs ls -lhas
  5.  
  6. find /proc/*/fd -ls 2>/dev/null | grep '(deleted)'
  7. | sed 's!.*(/proc[^ ]*).*!1!' | xargs wc -c | sort -nr |head -n 20
  8.  
  9. 2809946696 total
  10. 2387677184 /proc/15050/fd/26
  11. 67108864 /proc/1626/fd/23
  12. 67108864 /proc/1059/fd/6
  13. 10485760 /proc/11417/fd/298
  14. 10485760 /proc/11417/fd/239
  15. 10485760 /proc/11417/fd/155
  16. 10485760 /proc/11366/fd/499
Add Comment
Please, Sign In to add comment