Erreur32 已修改 8 years ago. 還原成這個修訂版本
1 file changed, 0 insertions, 0 deletions
checl-file.sh 重命名為 check-file-top10.sh
檔案名稱與重新命名前相同
Erreur32 已修改 8 years ago. 還原成這個修訂版本
1 file changed, 2 insertions
checl-file.sh(檔案已創建)
| @@ -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 | |