Find the answer to your Linux question:
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 ...
  1. #1
    Linux Engineer nujinini's Avatar
    Join Date
    Apr 2009
    Location
    An Island in the Pacific!
    Posts
    1,225

    Do I Achieve The Same End?

    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 of=/dev/sda
    Just curious.

    Thank you for your time!
    Pulso.PH

    "Rate Your Leaders. Share Your thoughts."

    nujinini
    Linux User #489667

  2. #2
    Linux Engineer Segfault's Avatar
    Join Date
    Jun 2008
    Location
    Acadiana
    Posts
    855
    Why don't you try it and tell us ... after you have recovered from it?

  3. #3
    Linux Engineer nujinini's Avatar
    Join Date
    Apr 2009
    Location
    An Island in the Pacific!
    Posts
    1,225
    No thanks! I'll take that as a yes
    Pulso.PH

    "Rate Your Leaders. Share Your thoughts."

    nujinini
    Linux User #489667

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •