• Home
  • Docker
  • Kubernetes
  • LLMs
  • Java
  • Ubuntu
  • Maven
  • Big Data
  • Archived
Linux-Ubuntu | df -- display free disk space
  1. Notes
  2. Examples
  3. Command Help (man df)

  1. Notes

    • For each filesystem specified, the "df" command displays statistics about the amount of free disk space on the specified filesystem.

    • For each file or directory specified, the "df" command displays statistics about the amount of free disk space on the filesystem of which a file or directory is a part.

    • If none is specified, the "df" command displays statistics for all mounted filesystems.

    Disk space values are displayed in 512-byte per block counts.
  2. Examples
    • Display statistics for all filesystems in "human-readable" output.

    • Display statistics for filesystems of the specified types only.

    • Display statistics for all filesystems except the specified types.

    • (OS X) Display filesystems available on the system.

  3. Command Help (man df)
    The following options can be used:
© 2025  mtitek