Newbie question ....

Lucas C. Villa Real lucasvr at gobolinux.org
Wed May 17 14:06:35 PDT 2006


On 5/17/06, Josef Zeevi <JZeevi at sigmatel.com> wrote:
> Thanks Lucas! As to /dev/random and urandom, no - they don't exist. If
> you can point me at the magic to get them created, I'll do that....

It looks like you're not using udev or mdev, right? If that's true,
you can create them with mknod:

$ mknod /dev/random c 1 8
$ mknod /dev/urandom c 1 9

Hope that helps,

-- 
Lucas
powered by /dev/dsp


More information about the busybox mailing list