Results 1 to 3 of 3
Hello!
I was reading materials re CentOS and bumped into this command:
Code:
cat /dev/zero > /dev/sda
Will it give me the same result if I use:
Code:
dd if=/dev/zero ...
- 07-29-2010 #1
Do I Achieve The Same End?
Hello!
I was reading materials re CentOS and bumped into this command:
Will it give me the same result if I use:Code:cat /dev/zero > /dev/sda
Just curious.Code:dd if=/dev/zero of=/dev/sda
Thank you for your time!
- 07-30-2010 #2
Why don't you try it and tell us ... after you have recovered from it?
- 07-30-2010 #3
No thanks!
I'll take that as a yes


Reply With Quote
