You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
210 B
Markdown
13 lines
210 B
Markdown
4 weeks ago
|
---
|
||
|
Created: 2025-06-04 Wed
|
||
|
Updated: 2025-06-04 14:17 Wed
|
||
|
---
|
||
|
|
||
|
前10 文件夹大小
|
||
|
```sh
|
||
|
sudo du -sh /* | sort -rh | head -n 10
|
||
|
```
|
||
|
删除文件夹内
|
||
|
```sh
|
||
|
sudo rm -rf /var/lib/gitea/data/repo-archive/*
|
||
|
```
|