Hi all, I want to know the difference between cp and dd commands.Till now i used cp command several times but i don't know how to use dd command and where to use it? 1) cp ./x.php abc/x.php 2) dd if=./x.php of=abc/x.php bs=10000b conv=notrunc what is the difference b/w above 2 commands?
thanks and regards, -Anil Kumar Reddy.

