The df command in Linux is used to report file system disk space usage. It provides information about the total size, used space, available space, and usage percentage of all mounted file systems. By using the -h option, the output is made human-readable, displaying sizes in KB, MB, GB, etc.
