System Grab Bag

View all TLDR pages from common (or from all pages)

duf

Disk Usage/Free Utility. More information: https://github.com/muesli/duf.
  • List accessible devices:
    duf
  • List everything (such as pseudo, duplicate or inaccessible file systems):
    duf --all
  • Only show specified devices or mount points:
    duf {{path/to/directory1 path/to/directory2 ...}}
  • Sort the output by a specified criteria:
    duf --sort {{size|used|avail|usage}}

License and Disclaimer

The content on this page is copyright © 2014—present the tldr-pages team and contributors.
This page is used with permission under Creative Commons Attribution 4.0 International License.

While we do attempt to make sure content is accurate, there isn't a warranty of any kind.