The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Dummies Questions & Answers
Google UNIX.COM



View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #2 (permalink)  
Old 12-05-2005
sysera sysera is offline
Registered User
 

Join Date: Feb 2004
Posts: 91
Quote:
Originally Posted by H1tokori
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.
Try:

du -sk /Users/yourusername/
Reply With Quote