random.4: Fix permissions shown for the devices

These days, the devices are RW for everyone.

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2015-02-26 13:52:09 +01:00
parent b24f0211ef
commit 6f67e3e3fd
1 changed files with 2 additions and 2 deletions

View File

@ -160,8 +160,8 @@ If your system does not have
can be created with the following commands:
.nf
mknod \-m 644 /dev/random c 1 8
mknod \-m 644 /dev/urandom c 1 9
mknod \-m 666 /dev/random c 1 8
mknod \-m 666 /dev/urandom c 1 9
chown root:root /dev/random /dev/urandom
.fi