About 508,000 results
Open links in new tab
  1. 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 …

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

  3. 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 to monitor the …

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

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

  6. Df Command in Linux: Check Disk Space | Linuxize

    6 days ago · To display information for a specific filesystem, pass its name or mount point to the df command: By default, df shows sizes in 1K blocks. To display sizes in a human-readable format (KB, …

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

  8. 11 df Commands in Linux (Check Disk Space Instantly)

    Nov 13, 2019 · Use the df command in Linux to check disk space, filesystem usage, and free storage. Includes real examples like df -h, df -i, and df --total for admins.

  9. pandas.DataFrame — pandas 3.0.1 documentation

    Two-dimensional, size-mutable, potentially heterogeneous tabular data. Data structure also contains labeled axes (rows and columns). Arithmetic operations align on both row and column labels. Can be …

  10. 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 have been …