It's all in the code. Everything you need to know about how it works. There's also the coreutils documentation for it.
dd: https://www.gnu.org/software/coreutils/manual/html_node/dd-invocation.html cp: https://www.gnu.org/software/coreutils/manual/html_node/cp-invocation.html -- Cheers, -JB On Sun, Jun 23, 2019 at 11:05 AM altear <[email protected]> wrote: > Dear Coreutils, > > Hello, please let me Introduce my self. > My name is Amin Aenurahman, I am from Indonesia and I’m studying on Telkom > University. > > Currently I’m finishing my Final Task about Different method of Copy, > Cloning and Imaging which must be used in Digital Forensics. > To finish my study, I have to make a paper about that. > > I have been looking to your code : > 1. https://github.com/coreutils/coreutils/blob/master/src/cp.c > 2. https://github.com/coreutils/coreutils/blob/master/src/dd.c > > If you don't mind, can you tell me how cp and dd works, just in summary, > or maybe can tell me from which line thats code work? > > > I'm looking forward for your reply, and thank you in advanced > > > Sincerely, > Amin Aenurahman >
