diff options
author | Xi Ruoyao <xry111@xry111.site> | 2022-10-01 15:27:19 +0800 |
---|---|---|
committer | Xi Ruoyao <xry111@xry111.site> | 2022-10-01 15:27:19 +0800 |
commit | 2bf32ffa3a77f22c467e18b0244bfc96df0da7bd (patch) | |
tree | 9590a19bacd2728637fd07af0fd812476b24533c /chapter07 | |
parent | 00588180eea2ae621865ede52b7b9c619848c276 (diff) |
kernfs: "device nodes" are in /dev, not "devices"
You cannot throw a NVIDIA GTX 690 into /dev :).
Diffstat (limited to 'chapter07')
-rw-r--r-- | chapter07/kernfs.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter07/kernfs.xml b/chapter07/kernfs.xml index 4a1cac179..3e96bee5e 100644 --- a/chapter07/kernfs.xml +++ b/chapter07/kernfs.xml @@ -33,7 +33,7 @@ mounts the <systemitem class="filesystem">devtmpfs</systemitem> filesystem on the <filename class="directory">/dev</filename> directory; the kernel - creates device on that virtual filesystem during the boot process + creates device nodes on that virtual filesystem during the boot process or when a device is first detected or accessed. The udev daemon may change the owner or permission of the device nodes created by the kernel, or create new device nodes or symlinks to ease the work of |