Skip to content

Instantly share code, notes, and snippets.

@changbowen
Created December 25, 2020 06:04
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 changbowen/cce2c54cbe4875ee6c77b7a802ad1dee to your computer and use it in GitHub Desktop.
Save changbowen/cce2c54cbe4875ee6c77b7a802ad1dee to your computer and use it in GitHub Desktop.
Linux Cheatsheet
# Top 20 largest folders under /var (including /var)
sudo du -h /var | sort -rh | head -20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment