Created
November 23, 2020 07:58
-
-
Save adrianriobo/bfd55c420a776dc675b879d189abd69b to your computer and use it in GitHub Desktop.
Linux troubleshooting
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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