Erreur32 revidoval tento gist 8 years ago. Přejít na revizi
1 file changed, 0 insertions, 0 deletions
checl-file.sh přejmenováno na check-file-top10.sh
Soubor přejmenován beze změn
Erreur32 revidoval tento gist 8 years ago. Přejít na revizi
1 file changed, 2 insertions
checl-file.sh(vytvořil soubor)
| @@ -0,0 +1,2 @@ | |||
| 1 | + | ## check des 10 plus gros fichier | |
| 2 | + | find /var/log -type f -exec du -hs {} \; | sort -n | tail -n 10 | |