Linux Check Disk Space Command

Linux command to check disk space #

  • df command - Shows the amount of disk space used and available on Linux file systems.
  • du command - Display the amount of disk space used by the specified files and for each subdirectory.
  • btrfs fi df /device/ - Show disk space usage information for a btrfs based mount point/file system.

Read more