Created
March 1, 2019 06:10
-
-
Save ayuLiao/96f1b1d0426c4c0470e14f59a970aaa0 to your computer and use it in GitHub Desktop.
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
df -h 命令查看整个硬盘的大小 ,-h表示人可读的 | |
du -d 1 -h 命令查看当前目录下所有文件夹的大小 -d 指深度,后面加一个数值 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment