Skip to content

Instantly share code, notes, and snippets.

@djburdick
Created January 26, 2013 21:38
Show Gist options
  • Save djburdick/4644799 to your computer and use it in GitHub Desktop.
Save djburdick/4644799 to your computer and use it in GitHub Desktop.
files being written to that no longer exist. #linux
1. /usr/sbin/lsof +L1 # lists all open files
2. ls -l /proc/*/fd/ | grep deleted_file_name # processes writing to a deleted file
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment