Created
April 10, 2014 13:21
Find deleted files that are held open
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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