df

report file system disk space usage

usage

➜  df -<TAB>
--all             -a  -- include dummy file systems
--block-size      -B  -- specify block size
--exclude-type    -x  -- exclude file systems of specified type
--help                -- display help and exit
--human-readable  -h  -- print sizes in human readable format
--inodes          -i  -- list inode information instead of block usage
-k                    -- like --block-size=1K
--local           -l  -- limit listing to local file systems
--no-sync             -- do not invoke sync before getting usage info (default)
--portability     -P  -- use the POSIX output format
--print-type      -T  -- print file system type
--si              -H  -- human readable fomat, but use powers of 1000 not 1024
--sync                -- invoke sync before getting usage info
--total               -- produce a grand total
--type            -t  -- limit listing to file systems of specified type
-v                    -- (ignored)
--version             -- output version information and exit

examples

Last updated

Was this helpful?