Differences between input stream from /dev/null and /dev/zero?


Recommended Posts

I know that I can create a file (1 GB) with following command:

dd if=/dev/zero of=EmptyFile bs=100M count=10

But I wonder what are the differences if I execute the following command:

dd if=/dev/null of=EmptyFile bs=100M count=10

Let me guess... The one with input from /dev/zero is full of zero (0) and the one with input from /dev/null is full of nothing (null!)?

BTW, Last time I tried to less the file which was created with first command (input from /dev/zero), but nothing could be read, why? I expected full screen of 0.

Thanks.

/dev/zero returns the null character (0x00), while /dev/null returns an eof. The former can be user to fill your file (although it will appear empty if you cat it) while the latter will always give a 0 length file.

The point of /dev/null is usually to work as sink for output streams meant to be discarded, not as an input stream (you'd get the same doing "touch filename", and it's shorter).

Edited by ichi
  ichi said:
/dev/zero returns the null character (0x00), while /dev/null returns an eof. The former can be user to fill your file (although it will appear empty if you cat it) while the latter will always give a 0 length file.

The point of /dev/null is usually to work as sink for output streams meant to be discarded, not as an input stream (you'd get the same doing "touch filename", and it's shorter).

Oh thanks. :)

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
  • Posts

    • Who goofed? I got to know. Wiki lists the internet speed of Singapore at 336.45 per Ookla, which would put them second behind Lyons France with the world's fastest median internet speed.
    • I'm really happy that you're looking to apply for a role in writing articles for Neowin. We could do with more, regardless, so everyone is happy and has a story to read when ever they login to the site. https://www.neowin.net/contact/apply I look forward to reading what you have to say in the near future in one of the published articles here on Neowin. You can do it. You got this.
    • Uranus releases about 15% more energy than it receives from the Sun, according to two new papers published in the journal Monthly Notices of the Royal Astronomical Society and the journal Geophysical Research Letters. The amount of heat a planet exudes could be an indication of its age: the less heat released relative to the heat absorbed from the Sun, the older the planet is. Uranus stood out from the other planets because it appeared to give off as much heat as it received, implying it had none of its own. This puzzled scientists. Some hypothesized that perhaps the planet is much older than all the others and has cooled off completely. Others proposed that a giant collision — the same one that may have knocked the planet on its side—blasted out all of Uranus’ heat. But none of these hypotheses satisfied scientists, motivating them to solve Uranus’ cold case. https://www.sci.news/space/warmer-uranus-14079.html  
    • The reality is that it's much, much cheaper to have a single code base than rewrite and maintain everything in native frameworks for each platform. It's just sad that the most reliable technology stack for it is so heavy on resources (literally 3 times the RAM, according to the screenshots).
    • Trump Logic:  If people are talking about football team names... they won't be talking about Epstein! 🤣
  • Recent Achievements

    • Rookie
      Snake Doc went up a rank
      Rookie
    • First Post
      nobody9 earned a badge
      First Post
    • One Month Later
      Ricky Chan earned a badge
      One Month Later
    • First Post
      leoniDAM earned a badge
      First Post
    • Reacting Well
      Ian_ earned a badge
      Reacting Well
  • Popular Contributors

    1. 1
      +primortal
      495
    2. 2
      Michael Scrip
      203
    3. 3
      ATLien_0
      197
    4. 4
      Xenon
      136
    5. 5
      +FloatingFatMan
      116
  • Tell a friend

    Love Neowin? Tell a friend!