Skip to content

Instantly share code, notes, and snippets.

@pgwillia
Last active August 29, 2015 14:06
Show Gist options
  • Save pgwillia/fc4f0ffb0f73922c1646 to your computer and use it in GitHub Desktop.
Save pgwillia/fc4f0ffb0f73922c1646 to your computer and use it in GitHub Desktop.
Some suggestions if du and df don't line up. There is probably a deleted file that wasn't released by a process.
# lsof lists open files (with user and size)
sudo lsof -s | grep deleted
# files that belong to users, processes
fuser -uvcf .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment