当前位置:网站首页>100% troubleshooting and analysis of Alibaba cloud hard disk
100% troubleshooting and analysis of Alibaba cloud hard disk
2022-06-21 14:32:00 【Internet Walker】
The hard disk exceeded the warning value one morning , There are two ways to quickly view files
du -h --max-depth=1, Layer by layer search , See the largest file .
There is also a more convenient one find . -type f -size +100M, Look for large files , But you need to specify the size .
Delete... When found , But after deleting, it encounters the use of df Or show 100% Use , This is because the file handle is not closed .
Find the corresponding process to use kill -9 Kill and recover .
边栏推荐
- Vscade, open a folder or workspace... (file - > open folder) solution
- Make word2vec for Bert model
- SSH based command operation
- Num in tensorflow basiclstmcell_ What are units- What is num_ units in tensorflow BasicLSTMCell?
- ARP interaction process
- Chart. JS 2.0 doughnut tooltip percentage - chart js 2.0 doughnut tooltip percentages
- Calculate subtotal of advertising business
- CSDN's test teacher teaches JMeter to generate stress test reports
- Write a compile time annotation
- 网上开户安全吗?新手可以开账户吗
猜你喜欢

Qt-5-multi window programming

T32 custom menu bar

Summary of web development technology knowledge

Two of my essays

Detailed explanation of dictionary source code in C #

Design interface automation test cases by hand: establish database instances and test case tables

Qt-4-common classes and components

Simplified crud using code generation

Dplayer development barrage background

Installation of MySQL 8.0.19 under alicloud lightweight application server linux-centos7
随机推荐
Mqtt keepalive and reconnect
理财产品的赎回时间是怎么规定的?
Continuous attack animation
Summary of common libraries in machine learning
Cmake upgrade
Read distributed consistency protocols 2pc and 3pc
How is the redemption time of financial products stipulated?
Pyqt environment in pycharm
Explain the high availability features of Nacos
Because the college entrance examination is the most fair competition and selection
What fun things can a desk service do
Technology sharing | a clustering incremental statistical SQL requirement in MySQL
Postman reports error write eproto 93988952error10000f7ssl routinesopenssl_ internalWRONG_ VERSION_ NUM
English accumulation__ annoyance
Simplified crud using code generation
The whole process of Netease cloud music API installation and deployment [details of local running projects and remote deployment]
Exit() function, macro exit_ Success, macro exit_ Difference between failure, exit() and return
Redis learning (1) -- overview and common commands
Tcp/ip FAQs
Judge password strength - Optimization