Skip to content

Instantly share code, notes, and snippets.

@chrisxaustin
Created May 18, 2017 16:06
Show Gist options
  • Save chrisxaustin/0b79c97a3606c677d2b79462e03598d5 to your computer and use it in GitHub Desktop.
Save chrisxaustin/0b79c97a3606c677d2b79462e03598d5 to your computer and use it in GitHub Desktop.
lsof command to show deleted files
lsof -a +L1 / | grep deleted | wc -l
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment