Linux dd

一、简介

 

二、实例

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
原文地址:https://www.cnblogs.com/274914765qq/p/6180895.html