/ Published in: Bash
Expand |
Embed | Plain Text
find /proc/*/fd -links 0 -type f -size +2000 -ls
You need to login to post a comment.
find /proc/*/fd -links 0 -type f -size +2000 -ls
You need to login to post a comment.