About 9,150,000 results
Open links in new tab
  1. How to use df command in Linux / Unix {with examples}

    Jul 26, 2024 · Explains how to use the df command under Linux/Unix to view used and free disk usage including examples of df for developers/ sysadmin.

  2. df Command in Linux with Examples - GeeksforGeeks

    Mar 20, 2025 · What is the 'df' Command? The 'df' command stands for "disk free" and is used to display information about the file systems on your Linux system. It provides a snapshot of disk …

  3. 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.

  4. 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.

  5. Check your disk space use with the Linux df command

    Mar 23, 2022 · The df command primarily checks disk usage on a mounted filesystem. If you don't include a file name, the output shows the space available on all currently mounted filesystems.

  6. 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 …

  7. 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 …