当前位置:网站首页>View disk space usage
View disk space usage
2022-07-21 09:01:00 【lemmon_ tree】
Method 1 :
see / Under the table of contents , Highest disk usage 5 File
du -S /* | sort -rn | head -5
- -S, --separate-dirs for directories do not include size of subdirectories
- -n, --numeric-sort compare according to string numerical value
- -r, --reverse reverse the result of comparisons
Method 2 :
The viewing directory depth is 1 The space occupied by the directory
du -h --max-depth=1 |grep [TGM] |sort -nr
- -h, --human-readable print sizes in human readable format (e.g., 1K 234M 2G)
Method 3 :
Check that the occupancy rate exceeds 35% The mount point
df -h | awk '$5 > 75 && NR>=2 {print $6}'
边栏推荐
- EfCore 表关系一对一,使用案例
- MLX90640 红外热成像传感器测温模块开发笔记(二)
- Design microservice security architecture
- 软件测试技术之可用性测试之WhatsApp Web
- 二.uni-app页面基础[新建文件规范、页面生命周期]
- ICML 2022 | 解决CNN固有缺陷, CCNN凭借单一架构,实现多项SOTA
- III Uni app configuration file [global configuration, bottom navigation bar configuration, file configuration]
- [upload range 17-21] secondary rendering, conditional competition, black and white list bypass
- 根据yolo txt标签数据画标注框
- APP自动化测试-3. Appium元素定位与等待
猜你喜欢
Security best practices for Klocwork deployment
败走IPO的年轻人
ICML 2022 | to solve the inherent defects of CNN, ccnn realizes multiple SOTAS with a single architecture
New research of Stanford and meta AI: Data pruning is more important than we think on the road to AgI
从八皇后问题看回溯法(暴力枚举)
解析jpeg解码格式
App automated test -1 Appium installation and configuration
Vi Uniapp[flash page loading method, flash page settings]
Sorting and retrieval (merging / quick sorting / bisection)
APP自动化测试-1. Appium的安装与配置
随机推荐
抖音爱奇艺宣布合作,长短视频握手和解?
Leetcode 322 coin change, the minimum number of change
leetcode:730. Count how many different palindrome subsequences can be generated
[wechat applet] slider sliding selector (82/100)
MySQL Foundation (multi table query, transaction)
Clip based pornographic image recognition; The latest ml course collection of tubing; Write shell pipes interactively; Incremental perception data set of robot warehouse environment; Latest AI paper |
HJ107 solve cube root
【开发教程10】疯壳·开源蓝牙智能健康手表-OTA镜像制作及下载技术文档
Android kotlin uses arouter componentized routing and datastore to save data instead of SharedPreferences
This ide plug-in 3.0 makes you the most security aware programmer in the company
简单枚举/枚举排列
VB.NET插件开发案例
网易游戏 Flink SQL 平台化实践
罗敏成不了董宇辉
ウクアージ / 小黑
三.uni-app配置文件[全局配置、底部导航栏配置、文件配置]
These colleges and universities will score! Please note that!
记录
III Uni app configuration file [global configuration, bottom navigation bar configuration, file configuration]
Simple enumeration / enumeration arrangement