This website requires JavaScript.
Explore
Help
Register
Sign In
chill
/
chill_notes
Watch
1
Star
0
Fork
0
You've already forked chill_notes
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
f9376a665976e81706259ec0508236b7f7860f15
chill_notes
/
Linux
/
查看目录大小.md
FNS Service
f282f6363f
Update from Sync Service
2026-04-21 17:40:59 +08:00
405 B
Executable File
Raw
Blame
History
Unescape
Escape
du -sh /*
可以列出你整个VPS所有文件夹的大小。其中“/*”是控制分析哪个目录的,你根据上面的结果,然后灵活变化后面的路径就行了,例如:
du -sh /usr/*
用这个命令来分析usr目录下的文件夹大小
,
最后定位到大文件
,
直接删除就行了。
来自 <
https://www.hack520.com/504.html
>
Reference in New Issue
View Git Blame
Copy Permalink