2025-03-14 21:59:59 -06:00
|
|
|
# dfc
|
|
|
|
|
|
|
|
|
|
> Get an overview of the filesystem disk space usage with colors and graphs.
|
2026-02-18 06:55:01 -07:00
|
|
|
> More information: <https://manned.org/dfc>.
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
- Display filesystems and their disk usage in human-readable form with colors and graphs:
|
|
|
|
|
|
|
|
|
|
`dfc`
|
|
|
|
|
|
2026-02-18 06:55:01 -07:00
|
|
|
- Display all filesystems including pseudo, duplicate, and inaccessible filesystems:
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
`dfc -a`
|
|
|
|
|
|
|
|
|
|
- Display filesystems without color:
|
|
|
|
|
|
|
|
|
|
`dfc -c never`
|
|
|
|
|
|
|
|
|
|
- Display filesystems containing "ext" in the filesystem type:
|
|
|
|
|
|
|
|
|
|
`dfc -t ext`
|