Results 1 to 4 of 4
Hi,
I would like to know what /etc/udev/links.conf is?
Thank you in advance!
Charles...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 05-08-2012 #1
What is /etc/udev/links.conf?
Hi,
I would like to know what /etc/udev/links.conf is?
Thank you in advance!
Charles
- 05-08-2012 #2udev(The rules for device naming, are read from the files located in the /etc/udev/rules.d/ directory, or at the location specified by the udev_rules value in the /etc/udev/udev.conf file.
Every line in the rules file defines the mapping between device attributes and the device name. One or more keys are specified to match a rule with the current device. If all keys are matching, the rule will be applied and the name is used to name the device file or the network interface.
If no matching rule is found, the default kernel device name is used.
- Linux man page Linux Registered User # 475019
Lead,Follow, or get the heck out of the way
AntiX,Puppy,Windows 7=(cuz of scooters)
Free Linux Books
Free R Books
- 05-09-2012 #3
- 05-09-2012 #4Trusted Penguin
- Join Date
- May 2011
- Posts
- 3,687
this old udev bug seems to explain it (near the bottom). relevant portion below:
Code:+# The content of this file is read by the /etc/init.d/udev script to +# create custom device entries, directories and symbolic links in the +# /dev/ directory. +# Usage of this file is at your own risk and strongly discouraged since +# it works around the udev daemon which normally creates such entries.


Reply With Quote

