Linux common commands-12: df

The df command is the abbreviation of disk free , which is used to display the available disk space on the system. The default display unit is KB . The parameter -h is often used. The data is easier to read and understand.

Syntax format: df [parameter] [specified file]

Common parameters:

Example

 df -h

 # 显示文件系统类型为ext4的磁盘使用情况df -ht ext4

This article is reprinted from https://xugaoxiang.com/2022/06/03/linux-cmds-12-df/
This site is for inclusion only, and the copyright belongs to the original author.

Leave a Comment