Change "chown root:mem /dev/mem" to "chown root:kmem /dev/mem"

This commit is contained in:
Michael Kerrisk 2005-06-23 14:20:53 +00:00
parent b559f81802
commit 9df0bd1de0
1 changed files with 2 additions and 2 deletions

View File

@ -41,7 +41,7 @@ It is typically created by:
.sp
mknod -m 660 /dev/mem c 1 1
.br
chown root:mem /dev/mem
chown root:kmem /dev/mem
.sp
.RE
.LP
@ -53,7 +53,7 @@ It is typically created by:
.sp
mknod -m 640 /dev/kmem c 1 2
.br
chown root:mem /dev/kmem
chown root:kmem /dev/kmem
.sp
.RE
.LP