Edge Rewrite
// HTMLRewriter · presentation

This page was redesigned at the edge.

Cloudflare fetched the original article and streamed it through HTMLRewriter to apply an entirely new visual system without rebuilding the source page.

// request.cf · coarse context

A page that knows where it met you.

Only coarse request metadata is shown. This demo does not display or persist visitor IP addresses.

Country
US
Cloudflare location
CMH
Connection
HTTP/2
Language
Not provided

Ray ID: a21d8713cb41c125

Jump to content

devfsd

From Wikipedia, the free encyclopedia
(Redirected from Devtmpfs)
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]