摘要: 查看当前目录文件大小,并从小到大排序 du -sh ./* | sort -n 查看目录深度 du -d 1 /data/ 阅读全文
posted @ 2022-06-01 13:07 属于我的梦,明明还在 阅读(53) 评论(0) 推荐(0)