DESCRIPTION
The devfs.rules file provides an easy way to create and apply devfs(8) rules, even for devices that are not available at boot. For devices available at boot, see devfs.conf(5).
The format of this file is simple. Empty lines and lines beginning with a hash sign (#) are ignored. A line between brackets denotes the start of a ruleset. In the brackets should be the name of the ruleset and its number, separated by an equal sign.
Other lines are rule specifications as documented in devfs(8), in the section "Rule Specification". These lines are prepended with "rule" and are passed to devfs(8) by the startup scripts of the system. It is important to put path elements that contain glob(3) special characters between quotes.
FILES