Skip to content

Instantly share code, notes, and snippets.

@SkaTeMasTer
Created October 1, 2016 03:27
Show Gist options
  • Save SkaTeMasTer/eb440a667cccedd4b774a4fe0a045155 to your computer and use it in GitHub Desktop.
Save SkaTeMasTer/eb440a667cccedd4b774a4fe0a045155 to your computer and use it in GitHub Desktop.
Commands to see where you space is being used.
# disk usage recursive
sudo du / -h --si --max-depth=3 | grep '[0-9]G\>'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment