Differences between revisions 1 and 3 (spanning 2 versions)
Revision 1 as of 2015-08-22 17:12:19
Size: 357
Editor: wilhelms
Comment:
Revision 3 as of 2016-08-02 11:28:45
Size: 440
Editor: mcdermd
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
## page was renamed from GettingStarted/how-do-i-get-a-disk-usage-breakdown
Line 8: Line 9:
{{{
Line 10: Line 11:
}}}

Question: How do I get a disk usage breakdown?

SSH into your account.

You can use 'du' to get a disk usage report in great detail. Use the following to get a basic breakdown in human readable format.

You can adjust the depth (how many directories it goes down) to whatever you like.

du --max-depth=1 -h


CategoryGettingStarted

How do I get a disk usage breakdown? (last edited 2016-08-02 11:28:45 by mcdermd)