Hi guys,
I am busy helping write a course on Linux, which I am slowly learning. I was wondering if someone could explain to me in the simplest terms possible what the use of uppercase NAME means:
If you want to create rules of your own, you should place them in a seperate file. The NAME rules that name devices are read lexically, where the first NAME rule will take precedence over any later ones. Only the first NAME rules for a device will be used. Later NAME rules for that same device will be ignored.
If I leave out the NAME part, I understand it as this:
The rules that name devices are read from lowest to highest, i.e the first set of rules will be used and later rules will be ignored. E.g. 10-rules.rules will be read before 20-rules.rules
I have tried to search net but can't find anything.
I am busy helping write a course on Linux, which I am slowly learning. I was wondering if someone could explain to me in the simplest terms possible what the use of uppercase NAME means:
If you want to create rules of your own, you should place them in a seperate file. The NAME rules that name devices are read lexically, where the first NAME rule will take precedence over any later ones. Only the first NAME rules for a device will be used. Later NAME rules for that same device will be ignored.
If I leave out the NAME part, I understand it as this:
The rules that name devices are read from lowest to highest, i.e the first set of rules will be used and later rules will be ignored. E.g. 10-rules.rules will be read before 20-rules.rules
I have tried to search net but can't find anything.