Difference between revisions of "How to Guide udev"

From RoboJackets Wiki
Jump to navigation Jump to search
m
Line 6: Line 6:
 
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:
  
[How to write udev rules - Hack a Day.pdf | Tutorial PDF]
+
[[How to write udev rules - Hack a Day.pdf | Tutorial PDF]]
  
 
[[Category:How to Guides]]
 
[[Category:How to Guides]]

Revision as of 01:31, 4 January 2013

Introduction

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.

Instructions

A tutorial on writing a udev rule to name a device can be found here:

Tutorial PDF