Skip to content

Instantly share code, notes, and snippets.

@MonsterRob
Created May 9, 2020 06:37
// 磁盘占用
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