📑 Table of Contents
devfsd
DeveloperRichard Gooch
Operating systemLinux kernel
Typedaemon
LicenseGNU General Public License (GPL)
Websitewww.safe-mbox.com/~rgooch/linux/

devfsd is a device manager for the Linux kernel. Primarily, it creates device nodes in the /dev directory when kernel drivers make the underlying hardware accessible.[1] The nodes exist in a virtual device file system named devfs. In systems that support many different types of hardware, each of which has its own device nodes, this is more convenient than creating all possible device nodes beforehand and in a real filesystem.

While devfs was a step forward, it had several disadvantages of its own.[2] Since version 2.5 of the Linux kernel, devfs has been succeeded by udev and devtmpfs.[3]

See also

edit

References

edit
  1. ^ Richard Gooch (20 August 2002). "Linux Devfs (Device File System) FAQ". Retrieved 2011-06-21.
  2. ^ Greg Kroah-Hartman. "udev and devfs - The final word". Archived from the original (Plain text) on 2011-04-11. Retrieved 2014-05-10.
  3. ^ Jake Edge (2009-05-06). "The return of devfs". LWN.net. Retrieved 2015-11-22.
edit

📚 Artikel Terkait di Wikipedia

Device file

LFS-configuration using devfsd. How you can use devfs from scratch". Linux From Scratch Hints. Tushar Teredesai (2003-03-05). "Using devfs and devfsd". Linux From

Udev

manager and a device API set for the Linux kernel. As the successor of devfsd and hotplug, udev primarily manages device nodes in the /dev directory.

HAL (software)

package udev-extras, and some functions have now moved to udev proper. devfsd eudev udev UPower Free and open-source software portal Pennington, Havoc