2017年3月21日
摘要: 一、简介 二、实例 1)复制二进制文件指定章节 dd if=managerd skip=685632 iflag=skip_bytes bs=829 count=1 of=test 2)修改二进制文件指定章节 dd if=ca.pem seek=685632 oflag=seek_bytes bs=829 count=1 of=managerd 3)复制系统 ... 阅读全文
posted @ 2017-03-21 20:50 红孩儿你好 阅读(159) 评论(0) 推荐(0)