/dev/urandom

Hi,

/dev/urandom is actually not a physical file on server? where its data comes from?

It allows access to environmental noise collected from device drivers and other sources.

I can read it with fopen, so it exists on server, but if I run as root:
$ find ./ -type f -iname 'urandom'
I found nothing, so is it actually a physical file?

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.