Difference between revisions of "How to Guide udev"
								
								Jump to navigation
				Jump to search
				
				
							
								
							
		| Athrasher7 (talk | contribs)  m | |||
| (3 intermediate revisions by 3 users not shown) | |||
| Line 1: | Line 1: | ||
| + | [[Category:How to Guides: Technical]] | ||
| + | [[Category:Software]] | ||
| + | |||
| ===Introduction=== | ===Introduction=== | ||
| − | udev is the system  | + | '''udev''' is the system that Ubuntu, among other Linux-based systems, uses to manage devices and the aliases the user uses to access those devices. | 
| − | udev rules allow developers and users to give meaningful names to these aliases. | + | |
| + | '''udev rules''' allow developers and users to give meaningful names to these aliases. | ||
| + | |||
| − | |||
| A tutorial on writing a udev rule to name a device can be found here: | A tutorial on writing a udev rule to name a device can be found here: | ||
| [[File:How to write udev rules - Hack a Day.pdf | Tutorial]] | [[File:How to write udev rules - Hack a Day.pdf | Tutorial]] | ||
| − | |||
| − | |||
Latest revision as of 22:01, 5 February 2020
Introduction
udev is the system that Ubuntu, among other Linux-based systems, uses to manage devices and the aliases the user uses to access those devices.
udev rules allow developers and users to give meaningful names to these aliases.
A tutorial on writing a udev rule to name a device can be found here:
