The server hard disk is full today, but I can't find which file is occupied. After asking the group leader, I found a solution


1. Let's enter the server root path first

 cd /

2. Then enter the following command to find the occupancy of each file under the root path

 du -ah --max-depth=1


3. Files with abnormal occupancy found ./.Recycle_bin , and then we delete him

 rm -rf ./.Recycle_bin

4. After that, our space returned to normal

👍 The body ends here 👍
  • Author: Inheritance
  • Link to this article: https://blog.shi.wiki/archives/57.html
  • Copyright notice: Unless otherwise stated, all articles in this blog are adopted by default CC BY-NC-SA 4.0 License agreement, please attach the original source link and this statement for reproduction.
Last modification: April 17, 2024
If you think my article is useful to you, please feel free to appreciate it