Last active
March 11, 2018 02:44
-
-
Save Erreur32/9f7d056fa792a25bee444f512bd0354e to your computer and use it in GitHub Desktop.
## Debian check des 10 plus gros fichier
This file contains hidden or 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 des 10 plus gros fichier | |
find /var/log -type f -exec du -hs {} \; | sort -n | tail -n 10 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment