linux系统如何查看文件和文件夹大小 admin2020年3月18日0 1、在ssh下执行 du -sh * | sort -n . 2. 或者执行:du -lh –max-depth=1 max-depth代表计算目录深度