
df (1) - Linux manual page - man7.org
This version of df cannot show the space available on unmounted file systems, because on most kinds of systems doing so requires non-portable intimate knowledge of file system structures.
24.4.4. Using the df Command - Red Hat
By default, the df command shows the partition size in 1 kilobyte blocks and the amount of used and available disk space in kilobytes. To view the information in megabytes and gigabytes, …
df (Unix) - Wikipedia
df is a shell command for reporting the amount of available and consumed storage space on a file system. Although df is short for disk free, the command is not limited to disk storage.
Linux Df Command - Computer Hope
Jun 1, 2025 · Linux df command with this comprehensive guide covering syntax, examples, and related commands for monitoring disk space on file systems effectively.
How to Use the Command 'df' (with examples) - CommandMasters
Dec 17, 2024 · It displays the amount of disk space available on file systems, the disk space used, and the space available. This command is essential for system administrators and users …
df (1): report file system disk space usage - Linux man page
This manual page documents the GNU version of df. df displays the amount of disk space available on the file system containing each file name argument. If no file name is given, the …
The “df” Command in Linux [11 Practical Examples] - LinuxSimply
Jan 14, 2024 · The df command in Linux displays available and used space in the file system. It can be handy tool for a system with limited resources.
df command in Linux with examples - Linuxcommunity.io
Dec 11, 2023 · The df command (short for disk free) is used to show the amount of free disk space available on Linux and other Unix-like systems and to understand the filesystems that …
Linux df Command Tutorial for Beginners (8 Examples)
How to make df display usage information in human-readable form? If the requirement is to make df display disk usage information in human-readable form, then you can use the -h option in …
11 df Commands in Linux to Check Disk Space (With Practical …
Nov 13, 2019 · Learn how to use the df command in Linux to check disk space, file system usage, and inodes with practical, real-world examples tested on Linux servers.