2019年8月27日

文件复制后的目录大小不匹配

摘要: 问题: cp 后使用du -h --max-depth命令发现源目录和目标目录大小不一致 解决方法: 用 ls| xargs -n 1 du -bh 命令查看 (注:du命令也可以统计实际空间,使用“-b”选项) 参考来源: https://www.cnblogs.com/starRebel/p/8 阅读全文

posted @ 2019-08-27 10:05 BPSO_mynotes 阅读(870) 评论(0) 推荐(0)

md5sum的用法

摘要: md5sum file 阅读全文

posted @ 2019-08-27 09:46 BPSO_mynotes 阅读(135) 评论(0) 推荐(0)

导航