儲存空間使用相關指令


查詢各空間剩餘

df -h

列出各資料夾所用空間並排序

du -ch --exclude=./huge_dir --max-depth=1 | sort -hr | head






你可能感興趣的文章

翻譯 繁轉簡 轉換編碼

翻譯 繁轉簡 轉換編碼

day_03: 我好像有點懂函數式了...

day_03: 我好像有點懂函數式了...

Intersection Observer API 使用筆記

Intersection Observer API 使用筆記






留言討論