![]() |
|
|
|||||||
| Home | Forums | Register | Rules & FAQ | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
Other UNIX.COM Threads You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| disk usage | rrs | Shell Programming and Scripting | 1 | 04-13-2007 12:48 AM |
| disk usage (df vs du) | gfhgfnhhn | UNIX for Advanced & Expert Users | 8 | 09-23-2006 05:06 PM |
| disk usage | karthikosu | UNIX for Dummies Questions & Answers | 2 | 06-29-2006 12:48 PM |
| Disk Usage | lewisoco | UNIX for Dummies Questions & Answers | 3 | 05-09-2006 05:44 PM |
| disk usage | asutoshch | UNIX for Dummies Questions & Answers | 4 | 04-01-2001 05:02 AM |
![]() |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
|||
|
Disk usage (Mac OS 10.4)
I'd like to know a simple way to find how much disk space my account is using on my computer, I was using "mdfind "kMDItemFSOwnerGroupID == '502'" | du -ch"
but then I realized that it didn't change for 501 or 503, any help would be appreciated. |
| Forum Sponsor | ||
|
|
|
|||
|
Quote:
du -sk /Users/yourusername/ |