Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'Check crash reporter log file for disk space usage' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Check crash reporter log file for disk space usage
Authored by: demmons65 on Aug 03, '05 12:52:00PM

You may want to pipe the output to a file so:

du -hs * > /Users/username/Desktop/sizes.txt

and to really see *everything*, use sudo in front of the whole shebang.
sudo du -hs *
Password:

etc.

---
d a v e

http://www.hostwerks.com/~dave/



[ Reply to This | # ]