sudo /usr/sbin/lsof | grep deleted
- Space will not be freed for the files there.
- Restart those offending daemons to actually free the space up.
If you don’t have lsof, just use this:
find /proc/*/fd -ls | grep '(deleted)'
sudo /usr/sbin/lsof | grep deleted
If you don’t have lsof, just use this:
find /proc/*/fd -ls | grep '(deleted)'