Skip to content

Instantly share code, notes, and snippets.

@ayuLiao
Created March 1, 2019 06:10
Show Gist options
  • Save ayuLiao/96f1b1d0426c4c0470e14f59a970aaa0 to your computer and use it in GitHub Desktop.
Save ayuLiao/96f1b1d0426c4c0470e14f59a970aaa0 to your computer and use it in GitHub Desktop.
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