Busybox: Upgrade to 1.21.1 (stable). lsof active.
[tomato.git] / release / src / router / busybox / examples / mdev.conf
blob51795694d917cd6ed70f226a3045d78e50b991ab
2 # This is a sample mdev.conf
5 # Provide user, group, and mode information for devices.  If a regex matches
6 # the device name provided by sysfs, use the appropriate user:group and mode
7 # instead of the default 0:0 660.
9 # Syntax:
10 # [-]devicename_regex user:group mode [=path]|[>path]|[!] [@|$|*cmd args...]
11 # [-]$ENVVAR=regex    user:group mode [=path]|[>path]|[!] [@|$|*cmd args...]
12 # [-]@maj,min[-min2]  user:group mode [=path]|[>path]|[!] [@|$|*cmd args...]
14 # [-]: do not stop on this match, continue reading mdev.conf
15 # =: move, >: move and create a symlink
16 # !: do not create device node
17 # @|$|*: run@cmd if $ACTION=add,  $cmd if $ACTION=remove, *cmd in all cases
19 null            0:0 666
20 zero            0:0 666
21 urandom         0:0 444
23 kmem            0:9 000
24 mem             0:9 640
25 port            0:9 640
27 console         0:5 600
28 ptmx            0:5 660
29 tty[0-9]*       0:5 660
31 ttyS[0-9]*      0:20 640
33 fd[0-9]*        0:11 660
35 sd[a-z]*        0:6 660
36 hd[a-z]*        0:6 660