当前位置:网站首页>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
边栏推荐
猜你喜欢
报错处理:org.xml.sax.SAXParseException: 不允许有匹配 “[xX][mM][lL]“ 的处理指令目标
Idea (优选)cherry-pick操作
入职数字ic设计后的一些工作心得
ARM development (4) How to read the chip manual for novice Xiaobai, bare metal driver development steps and pure assembly to achieve lighting, assembly combined with c lighting, c to achieve lighting
通过热透镜聚焦的高斯光束
【C 数据存储详解】(1)——深度剖析整形数据在内存中的存储
qtcreator调试webkit
OptiFDTD应用:用于光纤入波导耦合的硅纳米锥仿真
添加用户报错useradd: cannot open /etc/passwd
ES进阶 函数功能语法新特性详解
随机推荐
掌握这几招,轻松K.O面试官,Offer拿到吐
google搜索技巧——程序员推荐
[机缘参悟-66]:怎样才能让别人愿意帮你:利益共享法则、“大道”、“人性”
关于地图GIS开发事项的一次实践整理(上)
SIT221 Data Structures and Algorithms课程辅导
gRPC闭包调度器
【oops-framework】模板项目【oops-game-kit】使用简介
《人生若如初见》命运多舛,人物饱满,朱亚文角色反差太惊喜
混币器Tornado遭制裁 对DeFi市场意味着什么?
Entity to Vo conversion
Idea (优选)cherry-pick操作
重庆纸质发票再见!开住宿费电子发票即将全面取代酒店餐饮加油站发票
3342: String manipulation problem solving
Logstash日志数据写入异常排查问题总结
Mysq_Note4
[idea error] Invalid target distribution: 17 solution reference
数论基础-整除(编程例题)
Js prototype and prototype chain and prototype inheritance
【DB运营管理/开发解决方案】上海道宁为您提供提高工作便利性的集成开发工具——Orange
DOM-DOM树,一个DOM树有三种类型的节点