当前位置:网站首页>12 Disk related commands
12 Disk related commands
2022-07-31 02:47:00 【water trace simon】
- Query the overall system disk usage:
df -h
df -l
df -lh
- Query the disk usage of the entire system: du -h (large query volume)
- Query the disk usage of the specified directory: du -h /directory


For example: Query /opt directory with a depth of1 disk usage:
(1) Statistics/The number of files in the home folder?
(2) Count the number of files in the directory under the /home directoryNumber:
边栏推荐
- golang GUI for nuxui — HelloWorld
- Installation, start and stop of redis7 under Linux
- 编译Hudi
- First acquaintance with C language -- array
- 完整复制虚拟机原理(云计算)
- JetPack component Databinding
- STM32CUBEMX develops GD32F303 (11) ---- ADC scans multiple channels in DMA mode
- 6、显示评论和回复
- Go 项目实战-获取多级分类下的全部商品
- 公司官网建站笔记(六):域名进行公安备案并将备案号显示在网页底部
猜你喜欢

11、Redis实现关注、取消关注以及关注和粉丝列表

How to do a startup CTO?

【Bank Series Phase 1】People's Bank of China

CMOS和TTL的区别?

学习DAVID数据库(1)

加密公司向盗窃的黑客提供报价:保留一点,把剩下的归还

How to design the changing system requirements

YOLOV5学习笔记(二)——环境安装+运行+训练

全流程调度——MySQL与Sqoop

MPPT solar charge controller data collection - through the gateway acquisition capacity battery SOC battery voltage, wi-fi
随机推荐
什么是分布式锁?实现分布式锁的三种方式
【Android】Room —— SQLite的替代品
完整复制虚拟机原理(云计算)
Installation of mysql5.7.37 under CentOS7 [perfect solution]
Intranet Infiltration - Privilege Escalation
Word/Excel fixed table size, when filling in the content, the table does not change with the cell content
Calculate S=a+aa+…+aa…a
AI在医疗影像设备全流程应用
拒绝加班,程序员开发的效率工具集
图解lower_bound&upper_bound
[C language foundation] Solve C language error: expected ';', ',' or ')' before '&' token
Intel's software and hardware optimization empowers Neusoft to accelerate the arrival of the era of smart medical care
YOLOV5学习笔记(三)——网络模块详解
10 权限介绍
10、Redis实现点赞(Set)和获取总点赞数
Refuse to work overtime, a productivity tool set developed by programmers
STM32CUBEMX develops GD32F303 (11) ---- ADC scans multiple channels in DMA mode
The principle of complete replication of virtual machines (cloud computing)
Project (5) - Small target detection tph-yolov5
StringJoiner详解