Skip to content

Instantly share code, notes, and snippets.

@bydmm
Last active September 21, 2016 08:35
Show Gist options
  • Save bydmm/fdec21ea9ead3257aae4783204bbd863 to your computer and use it in GitHub Desktop.
Save bydmm/fdec21ea9ead3257aae4783204bbd863 to your computer and use it in GitHub Desktop.
排查Ubuntu硬盘文件大小的一些工具
简单的查看硬盘占用
```bash
df -h
```
有界面的查询每个文件夹的大小
```bash
sudo apt-get install ncdu
ncdu
```
@bydmm
Copy link
Author

bydmm commented Sep 21, 2016

老忘记,写写呗。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment