当前位置:网站首页>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
边栏推荐
猜你喜欢

通过热透镜聚焦的高斯光束

【oops-framework】模板项目【oops-game-kit】使用简介

Multi-threaded ThreadPoolExecutor

言简意赅,说说 @Transactional 在项目中的使用
OpenHarmony啃论文俱乐部-啃论文心得

Salesforce解散中国团队,什么样的CRM产品更适合中国人

Realization of vending machine function based on FPGA state machine

MySQL - an SQL in MySQL is how to be performed?

Matlab矩阵(数组)元素过滤常见方法详解

SQL 开发的十个高级概念
随机推荐
[oops-framework] Template project [oops-game-kit] Introduction
WeChat public account background management
ES进阶 函数功能语法新特性详解
超声三维重建总体架构
HPSO and multi-core LSSVM based network intrusion detection
CC0 vs. commercial IP: which model is better for NFTs?
2022茶艺师(中级)考试试题及模拟考试
MySQL权限控制、分区表、快速复制表
js中的this问题
四大组件---ContentResolver
3342:字符串操作 题解
正式发布丨VS Code 1.70
对加密世界的经济误解:现金是储蓄?稀缺性创造价值?
带你系统学习MySQL索引
面试常考的7种排序算法
ifconfig与ip命令的比较
Geogebra 教程之 04 Geogebra 小程序
CSAPP Data Lab
OpenCV创始人:开源绝不能完全免费!
gRPC基础概念:闭包