LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   determining directory size (https://www.linuxquestions.org/questions/linux-newbie-8/determining-directory-size-322796/)

supersucker 05-12-2005 12:41 PM

determining directory size
 
hi,

how can i determine the size of a single directory on the file system?

i know the df - command, but its output only shows how much space is availabe on the entire file-system.....

thx in advance.........

supersucker 05-12-2005 12:46 PM

ok,

should have googled first...........

>> du /dir/ect/ory

is the answer..........

Berhanie 05-12-2005 12:47 PM

Code:

du /path/to/dir
More pleasing to the eye is
Code:

du -sh /path/to/dir


All times are GMT -5. The time now is 08:55 PM.