×
df (abbreviation for disk free) is a standard Unix command used to display the amount of available disk space for file systems on which the invoking user ...
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.

df

Unix-like operating system command
df is a standard Unix command used to display the amount of available disk space for file systems on which the invoking user has appropriate read access. df is typically implemented using the statfs or statvfs system calls. Wikipedia
Developer(s): Various open-source and commercial developers
Operating system: Unix, Unix-like
People also ask
df shows the amount of free space that is left on a file system. Space can have the following values: Space Used: Total amount of space that is allocated to ...
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 ...
Mar 23, 2022 · Check your disk space use with the Linux df command. Learn how to use df and its various options to monitor disk usage on critical mount points.
The df command displays information about total space and available space on a file system. The FileSystem parameter specifies the name of the device on which ...
The df command displays information about total space and available space on a file system. The FileSystem parameter specifies the name of the device on which ...
What does the abbreviation DF stand for? Meaning: damage free.
Apr 19, 2024 · The df command tells the amount of space used and available on the file system. A filesystem is nothing but a hierarchy of directories. For ...
df. Disk Free - display free disk space. With no arguments, 'df' reports the space used and available on all currently mounted filesystems (of all types).