Display File System Space Usage with dfc

Dmitri Popov

Productivity Sauce

May 07, 2012 GMT
Dmitri Popov

dfc is a nifty little tool that provides a more human-friendly overview of file system space usage using graphs and a dash of color. This utility can be used as a drop-in replacement for the df tool. Although dfc is available only as a source code distribution, compiling the software requires only a single make command. Install then the compiled binary and the accompanying help and man files using the make install command as root, and you are good to go. Run the dfc command in the terminal, and behold space usage displayed as pretty graphs.

 

dfc supports a handful of parameters. The -t parameter, for example, lets you filter file system by type, so the following command displays info about ext4 file systems only:

dfc -t ext4

To view other supported parameters and their brief descriptions, use the man dfc command.

comments powered by Disqus
Subscribe to our Linux Newsletters
Find Linux and Open Source Jobs
Subscribe to our ADMIN Newsletters

Support Our Work

Linux Magazine content is made possible with support from readers like you. Please consider contributing when you’ve found an article to be beneficial.

Learn More

News