Directory using the most disk space

Ken Moffat kmoffat
Mon Dec 27 23:48:33 PST 2004


Ken Moffat wrote:

> Chong Yu Meng wrote:
>
>> is there a command for locating
>> the directory taking up the most disk space?
>>
>>
> cd /
> du -a | sort -nr | less
> this will show biggest first, and allow arrow key scrolling down the 
> list. Shows files and directories.
>

or
du -m | sort -nr | less


-- 
ken




More information about the Linux-users mailing list