当前位置:网站首页>Meaning of df and df -lh
Meaning of df and df -lh
2022-08-11 02:47:00 【The mountain of ignorance, the valley of despair, the slope of 】
df -lh is to display local file system information in easy-to-read size units.
The function of the df command in linux is to check the disk space occupancy of the file system of the linux server.You can use this command to obtain information such as how much space is occupied by the hard disk and how much space is left.
1.Command format:
df [options] [files]
2.Command function:
Display the available space of the specified disk file.If no filename is specified, the free space for all currently mounted filesystems will be displayed.By default, disk space will be displayed in 1KB units, unless the environment variable POSIXLY_CORRECT is specified, in which case it will be displayed in 512-byte units.
3.Command parameters:
Required parameters:
-a List of all file systems
-h Display in a convenient way to read
-H is equal to "-h", but the calculation formula, 1K=1000, not 1K=1024
-i show inode info
-k block is 1024 bytes
-l only show local file system
-m block is 1048576 bytes
--no-sync ignore syncCommand
-P The output format is POSIX
–sync Before getting disk information, execute the sync command first
-T file system type
Optional parameters:
–block-size=
-t
-x
–helpshow help info
--version show version info
边栏推荐
猜你喜欢
随机推荐
JS-DOM元素对象
What does the sanction of the mixer Tornado mean for the DeFi market?
Summary of Logstash log data write exception troubleshooting
DOM-DOM树,一个DOM树有三种类型的节点
MySQL权限控制、分区表、快速复制表
数论基础-整除(编程例题)
DOM树的遍历-----修改样式,选择元素,创建和删除节点
TRCX: doping process analysis
Inter-process communication method (2) Named pipe
Mysql_Note6
comp3331-9331-21t2-midterm复习
3342:字符串操作 题解
[机缘参悟-66]:怎样才能让别人愿意帮你:利益共享法则、“大道”、“人性”
A surviving spouse of the opposite sex within large turn paragraph, what for
21天学习挑战赛第一周总结
调试技巧总结
①CAS SSO单点登录框架源码深度分析
最倒霉与最幸运
花甲的思考
聊聊对RPC的理解