Top "Du" questions

du is a unix command to measure disk usage

Process.Start(): The system cannot find the file specified, but my file path seems to be legit

This is boggling my mind. Using the following code: Process du = new Process(); string cmdPath = System.IO.Path.Combine(Environment.…

c# process diagnostics du
Excluding hidden files from du command output with --exclude, grep -v or sed

I'm trying to check with Disk Usage tool how big are my home directory folders but it also prints out …

bash sed grep hidden du
Why does "find . -name *.txt | xargs du -hc" give multiple totals?

I have a large set of directories for which I'm trying to calculate the sum total size of several hundred .…

find gnu filesize du
du -skh * in / returns vastly different size from df on centos 5.5

I have a vps slice running centos 5.5 I am supposed to have 15 gigs of disk space, but according to df …

linux centos vps diskspace du
How to gather disk usage on a storage system faster than just using "du"?

I operates a Synology NAS device and the unit includes that over 600 users data. The users backup data are tax …

linux storage capacity synology du
Using du to get size of specific sub directories

I'm trying to write a script to summarise a bunch of folders. So I have the following structure: monitor/abc_123 1…

linux bash du