Skip to content

Instantly share code, notes, and snippets.

@paulboardman
Created April 10, 2014 13:21
Find deleted files that are held open
# simple grep should suffice
lsof | grep deleted
# you may need super user access to see the file of interest
sudo /usr/sbin/lsof | grep deleted
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment