当前位置:网站首页>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
边栏推荐
猜你喜欢
随机推荐
聊聊对RPC的理解
WeChat public account background management
【Unity入门计划】Unity2D动画(1)-动画系统的组成及功能的使用
基于 HPSO 与多核 LSSVM 的网络入侵检测
深度学习中的模型设计
Js prototype and prototype chain and prototype inheritance
redis学习五redis的持久化RDB,fork,copyonwrite,AOF,RDB&AOF混合使用
Oops novice template Framework project guide
四大组件---ContentResolver
DOM树的遍历-----修改样式,选择元素,创建和删除节点
ROS源代码阅读(1)
《如何戒掉坏习惯》读书笔记
ESP32的环境配置(arduino arduino2.0 VScode platform哪个好用?)
否定语义转化层
压力能变成动力
qtcreator调试webkit
js中的this问题
【Pdf自动生成书签】
隐私计算融合应用研究
【DB运营管理/开发解决方案】上海道宁为您提供提高工作便利性的集成开发工具——Orange








