การ List การใช้เนื้อที่ storage ตาม folder

Post Reply
brid.surapol
Posts: 156
Joined: 11 Apr 2013, 11:43

การ List การใช้เนื้อที่ storage ตาม folder

Post by brid.surapol »

http://askubuntu.com/questions/1224/how ... mmand-line

Code: Select all

du -hs /path/to/folder

The -s is for summary (otherwise you'll get not only the size of the folder but also for everything in the folder separately), the -h is to get the numbers "human readable", e.g. get 140M instead of 143260 (size in KBytes)
brid.surapol
Posts: 156
Joined: 11 Apr 2013, 11:43

Re: การ List การใช้เนื้อที่ storage ตาม folder

Post by brid.surapol »

Or use ncdu

Code: Select all

sudo apt-get install ncdu

Code: Select all

ncdu /
Post Reply

Return to “การใช้งาน Linux”