Skip to content

Instantly share code, notes, and snippets.

@yydai
Created August 7, 2019 05:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yydai/9311d59b64c42b8560c26cdfe6c8b0eb to your computer and use it in GitHub Desktop.
Save yydai/9311d59b64c42b8560c26cdfe6c8b0eb to your computer and use it in GitHub Desktop.
Linux disk 相关

查看文件大小

du -sh * / du -sh <filename>

查看目录中的文件大小

du -h –max-depth=1 <folder>

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