Last active
September 21, 2016 08:35
-
-
Save bydmm/fdec21ea9ead3257aae4783204bbd863 to your computer and use it in GitHub Desktop.
排查Ubuntu硬盘文件大小的一些工具
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
简单的查看硬盘占用 | |
```bash | |
df -h | |
``` | |
有界面的查询每个文件夹的大小 | |
```bash | |
sudo apt-get install ncdu | |
ncdu | |
``` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
这还往这上面写啊。。。