Change "chown root:mem /dev/null /dev/zero" to

"chown root:root /dev/null /dev/zero"
This commit is contained in:
Michael Kerrisk 2005-06-23 14:23:37 +00:00
parent 9df0bd1de0
commit c6f59edf81
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ mknod -m 666 /dev/null c 1 3
.br
mknod -m 666 /dev/zero c 1 5
.br
chown root:mem /dev/null /dev/zero
chown root:root /dev/null /dev/zero
.sp
.RE
.SH NOTES