Re: BUG in 2.4.0: dd if=/dev/random of=out.txt bs=10000 count=100

From: Bernd Eckenfels (inka-user@lina.inka.de)
Date: Sat Jan 13 2001 - 14:24:35 EST


In article <20010113035314.316.qmail@web5205.mail.yahoo.com> you wrote:
> If I do the dd line in the title under 2.4.0 I get an
> out.txt file of 591 bytes.
/dev/random will only give you as much bytes as are available. and even then
you should not do it cause you drain the random pool. Use /dev/urandom
instead.

Greetings
Bernd
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Mon Jan 15 2001 - 21:00:37 EST