Skip to content

Instantly share code, notes, and snippets.

@adrianriobo
Created November 23, 2020 07:58
Show Gist options
  • Save adrianriobo/bfd55c420a776dc675b879d189abd69b to your computer and use it in GitHub Desktop.
Save adrianriobo/bfd55c420a776dc675b879d189abd69b to your computer and use it in GitHub Desktop.
Linux troubleshooting
# Check largest files
sudo du -a /dir/ | sort -n -r | head -n 20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment