Skip to content

Instantly share code, notes, and snippets.

@sterlingwes
Created October 13, 2019 14:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sterlingwes/83e69f91a7167997f0c74b02f6f500d6 to your computer and use it in GitHub Desktop.
Save sterlingwes/83e69f91a7167997f0c74b02f6f500d6 to your computer and use it in GitHub Desktop.
Viewing deleted files on unix that are still open (lost disk space)

lsof -nP | grep '(deleted)'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment