Oct 30 2005 11:09AM GMT
Posted by: MikeLaverick
SRM
Display from the Service Console the Disk Usage at a Directory Level
Posted by: MikeLaverick
This week I picked up on a utility called du which summarizes disk usage of each file, recursively for directories. du -h will list size of data in directories – and sub-directories in MB/GB. This is a du -h on my “backup” partition on my server. The last value 64G is the total amount used at the top tier directory
Sometimes I just want to see the largest directories, so I can use: du -h | grep G




