df

Linux · System · available in the simulator

What it does

File system disk space usage information.

Syntax

df [opciones] [archivo...]

Options and parameters

  • -h

    Print sizes in human-readable format.

    df -h
  • -T

    Print file system type.

  • -i

    List inode information instead of block usage.

  • -a

    Include file systems with 0 blocks.

Usage examples

  • df -h
  • df -hT
Practise df

Related commands