
df(1) — Linux manual page - man7.org
This manual page documents the GNU version of df. df displays the amount of space available on the file system containing each file name argument. If no file name is given, the space …
Df Command in Linux (Check Disk Space) | Linuxize
Apr 11, 2020 · By default, the df command shows the disk space in 1-kilobyte blocks and the size of used and available disk space in kilobytes. To display information about disk drives in …
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.
Check your disk space use with the Linux df command - Enable Sysadmin
Mar 23, 2022 · $ df -h --total|grep ^total total 22G 7.2G 15G 33% - Get disk space available on a specific mount. You can also run df on a specific mount point:
How to use df command in Linux / Unix {with examples}
Jul 26, 2024 · Use the df command for displaying available space on a file system: View used space. See free disk space. Show what filesystems are mounted. Find out if disk capacity has …
The “df” Command in Linux [11 Practical Examples] - LinuxSimply
Jan 14, 2024 · The df command in Linux is mainly run by the system administrator but doesn’t require special permission. So, anyone can use the df command. In this article, you will learn …
How to Use the Command 'df' (with examples) - CommandMasters
Dec 17, 2024 · The df command is a powerful utility in Unix-like operating systems that provides an overview of the filesystem disk space usage. It displays the amount of disk space available …
Df Command on Linux with Examples - idroot
At its core, the df command queries the kernel’s file system statistics to report available disk space on mounted filesystems. Unlike some more complex utilities, df provides a clear, …
The df Command Examples - OSTechNix
Apr 13, 2018 · The df command, stands for D isk F ree, reports file system disk space usage. It displays the amount of disk space available on the file system in a Linux system. df vs du …
Linux df Command Tutorial for Beginners (8 Examples)
df displays the amount of disk space available on the file system containing each file name argument. If no file name is given, the space available on all currently mounted file systems is …
- Some results have been removed