Skip to content

Instantly share code, notes, and snippets.

@MonsterRob
Created May 9, 2020 06:37
Show Gist options
  • Save MonsterRob/a57aa951e0dc0bc55e0b89f9dddbba5e to your computer and use it in GitHub Desktop.
Save MonsterRob/a57aa951e0dc0bc55e0b89f9dddbba5e to your computer and use it in GitHub Desktop.
// 磁盘占用
df -h
// 根目录下具体占用,按照从大到小排序
du -h / | sort -hr > tmp.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment