Selaa lähdekoodia

Altered permissions and ownerships of device nodes - no changelog entry made for this change

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4297 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Jeremy Utley 21 vuotta sitten
vanhempi
commit
0a9b2e0ddf
1 muutettua tiedostoa jossa 5 lisäystä ja 4 poistoa
  1. 5 4
      chapter06/devices.xml

+ 5 - 4
chapter06/devices.xml

@@ -35,10 +35,11 @@ populate <filename class="directory">/dev</filename> ourselves.  Begin by mounti
 <para>Since we do not have the Udev package installed yet, we'll create a
 minimal set of device nodes to use for building:</para>
 
-<screen><userinput>mknod -m 600 /dev/console c 5 1
-mknod -m 600 /dev/null c 1 3
-mknod -m 600 /dev/zero c 1 5
-mknod -m 600 /dev/ptmx c 5 2</userinput></screen>
+<screen><userinput>mknod -m 622 /dev/console c 5 1
+mknod -m 666 /dev/null c 1 3
+mknod -m 666 /dev/zero c 1 5
+mknod -m 666 /dev/ptmx c 5 2
+chown root:tty /dev/{console,ptmx}</userinput></screen>
 
 <para>There are some symlinks and directories required by LFS that are not created by
 Udev, so we create those ourselves here:</para>