知識庫 / 磁碟管理 / 最大目錄排行 磁碟管理 ubuntudebiancentos beginner 最大目錄排行 顯示目前路徑下占用最大的 20 個目錄 Overview 顯示目前路徑下占用最大的 20 個目錄 Commands du -h --max-depth=1 . 2>/dev/null | sort -hr | head -20 Related Back to disk-management