Difference between revisions of "How to Guide udev"

From RoboJackets Wiki
Jump to navigation Jump to search
(Created page with "{| id="go" style="color: #ffffff; width:20em; margin:0 0 0.5em 1em; float: right;" !align="center" bgcolor="#808080" colspan="3"|The Thing |- |align="center" colspan="3"|[[Image:...")
 
m
 
(10 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{| id="go" style="color: #ffffff; width:20em; margin:0 0 0.5em 1em; float: right;"
+
[[Category:How to Guides: Technical]]
!align="center" bgcolor="#808080" colspan="3"|The Thing
+
[[Category:Software]]
|-
+
 
|align="center" colspan="3"|[[Image:Robojackets.jpg|200px|The Thing]]
+
===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.
!align="center" bgcolor="#808080" colspan="3"|Note
+
 
|-
+
'''udev rules''' allow developers and users to give meaningful names to these aliases.
!align="left" valign="top"|<font color="#000000">Something</font>
 
|colspan="2" valign="top"|<font color="#000000">More Something</font>
 
|-
 
|}
 
  
udev is the system the Ubuntu, among other linux based systems use 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:
 
A tutorial on writing a udev rule to name a device can be found here:
  
[[Category:How to Guides]]
+
[[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:

File:How to write udev rules - Hack a Day.pdf