Go Back   Linux Forums by TotalPenguin! Get linux Help! > Linux > Linux General

Linux General Any questions that are not covered by other forums go here.

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 03-17-2008, 12:39 AM
Senior Member
 
Join Date: Jan 2007
Posts: 140
Wanch is on a distinguished road
Default Find the size of directory

Is it possible to tell the size of just one directory?
Reply With Quote

Sponsored Links
  #2 (permalink)  
Old 03-17-2008, 11:51 AM
Super Moderator
 
Join Date: Dec 2007
Location: Denmark
Posts: 273
v0id is on a distinguished road
Send a message via MSN to v0id
Default

In kilobytes:
Code:
$ du -s <directory>
In megabytes:
Code:
$ du -sh <directory>
Reply With Quote
  #3 (permalink)  
Old 03-23-2008, 02:48 AM
Senior Member
 
Join Date: Jan 2007
Posts: 140
Wanch is on a distinguished road
Default

Perfect, just what I was looking for:

Code:
# du -sh downloads
702M    downloads
Thanks!
Reply With Quote
  #4 (permalink)  
Old 03-23-2008, 09:04 AM
Super Moderator
 
Join Date: Dec 2007
Location: Denmark
Posts: 273
v0id is on a distinguished road
Send a message via MSN to v0id
Default

You're welcome!
Reply With Quote
Reply

Tags
directory, linux, size, size of dir

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Find Rycops Murkunz Introductions 5 01-04-2008 07:49 PM
tar entire directory Prog Linux General 3 07-20-2007 06:37 PM
Directory index forbidden by rule Wanch Linux Networking 1 06-22-2007 11:23 PM
Howto: Find the largest directory/file in a directory ptt3 Linux General 4 05-28-2007 10:08 PM
Move an entire directory C3P0 Linux General 1 03-22-2007 05:55 PM


All times are GMT. The time now is 11:57 PM.


Powered by vBulletin® Version 3.7.0
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.