
muesli/duf: Disk Usage/Free Utility - a better 'df' alternative - GitHub
duf highlights the availability & usage columns in red, green, or yellow, depending on how much space is still available. You can set your own thresholds: duf --avail-threshold="10G,1G" duf - …
duf - Disk Usage/Free Utility for Linux, BSD, macOS & Windows
Jan 16, 2021 · W e use the df command to show how much disk space is free on mounted file systems in Linux, macOS, and Unix-like systems. We also have the du command to estimate …
Check Your Disk Usage Using 'duf' Terminal Tool [Friendly …
Feb 23, 2021 · Brief: duf is a terminal tool meant as an enhancement to the traditional “df” and “du” Linux commands. It lets you easily check for free disk space, sort the output, and present …
How to Use the duf Command in Linux - Linux Handbook
Jan 11, 2023 · The duf utility provides various options so that you can filter output and have intended results. For instance, you can the --only option to show only specific devices: duf - …
Download Disk Usage/Free Utility (duf) - MajorGeeks
Disk Usage/Free Utility (duf) is a customizable command line tool that monitors and analyzes disk usage. With Disk Usage/Free Utility, you can get a comprehensive overview of your disk …
duf: Disk Usage/Free Utility - The Geek Diary
Duf, short for Disk Usage/Free Utility, is a command-line tool that provides a convenient way to check and visualize disk usage and free space on a computer or server. It helps users …
DUF – A Cross-Platform Disk Usage/Free Utility for Linux
Apr 26, 2025 · DUF is an open-source, user-friendly, and highly customizable command-line tool for monitoring and analyzing disk usage on various operating systems. It is written in Go and …
Check Disk Usage Using Duf Command-line Utility – LinuxWays
Apr 22, 2021 · DUF, an acronym for Disk Usage Free utility, is a free and awesome command-line tool that prints disk usage statistics in an intuitive and fancy format on the terminal. DUF is …
duf - modern disk usage tool | Kuczma.dev
Feb 11, 2021 · duf is Disk Usage/Free utility tool that combines old-shool du and df commands. You can just type duf or specify mount point or device.
[Tooling] Disk Usage with Duf · cloudmaniac.net - Romain Decker
Oct 8, 2020 · Duf is a CLI tool to display disk usage details with a user-friendly layout (in a table format) that automatically adjusts to your terminal’s width.