Your Ad Here

Posted By

indianocean on 03/17/07


Tagged


Versions (?)

Search for deleted files still being used by a process


 / Published in: Bash
 

  1. find /proc/*/fd -links 0 -type f -size +2000 -ls

Report this snippet  

You need to login to post a comment.