儲存空間使用相關指令


查詢各空間剩餘

df -h

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

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






你可能感興趣的文章

[Web] Nginx+IIS+asp.net mvc 實現負載平衡(load balancing)

[Web] Nginx+IIS+asp.net mvc 實現負載平衡(load balancing)

# Python - 統計模組(statistics)

# Python - 統計模組(statistics)

7. Adapter

7. Adapter






留言討論