Skip to content

Instantly share code, notes, and snippets.

@rjmacarthy
Created July 16, 2018 08:55
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 rjmacarthy/cb88e12bee849f282730c8374ac916f9 to your computer and use it in GitHub Desktop.
Save rjmacarthy/cb88e12bee849f282730c8374ac916f9 to your computer and use it in GitHub Desktop.
Check hdd space liunx
sudo du -xh / | grep -P "G\t"
df -Bg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment