Linux Commands Reference - Complete Linux Command Guide

Comprehensive Linux command reference with 150+ commands. Search, filter by category, and view detailed usage examples.

Share
Back to commands

df

Report file system disk space usage

Syntax

df [OPTION]... [FILE]...

Common Options

-hHuman-readable sizes
-TShow filesystem type
-iShow inode information
-aShow all filesystems
-PUse POSIX output format

Common Examples

df -h

Show disk space in human-readable format

df -T

Show filesystem types

df -h /home

Check disk space for specific directory

Related Commands

Related Tools

More Code & Dev Tools