|
|
| (3 intermediate revisions by 2 users not shown) |
| Line 1: |
Line 1: |
| A device manager is a program that manages [https://en.wikipedia.org/wiki/Device_node device nodes] in the [https://en.wikipedia.org/wiki/Devfs /dev] directory. Permissions and changes in {{path|/dev}} are handled by it.
| |
|
| |
|
| Alpine linux has several device managers available:
| | [[Category:System Administration]] |
| * '''[[mdev]]''' (from {{pkg|busybox}}) is the default.
| |
| * '''[[mdevd]]''' is standalone, compatible with mdev, more efficient.
| |
| * '''[[eudev]]''' is the complex, full-featured one.
| |
| | |
| == Do I need a device manager? ==
| |
| | |
| '''Yes!''' Even for very specific use cases you would most likely just create a custom device manager.
| |
| | |
| == See Also ==
| |
| * [[Mdev#libudev_replacement|libudev replacement]]
| |
| * [https://wiki.gentoo.org/wiki/Device_file Gentoo Wiki - Device file]
| |