儲存空間使用相關指令


查詢各空間剩餘

df -h

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

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






你可能感興趣的文章

[ 筆記 ] 網路基礎 - TCP / IP

[ 筆記 ] 網路基礎 - TCP / IP

筆記、[BE201] 後端中階:Express

筆記、[BE201] 後端中階:Express

ConQuest計分檔的分割函數

ConQuest計分檔的分割函數






留言討論