blob: 7246bc881eef5979121ff13b9458623a6bdbac68 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
#<path> <type> <mode> <uid> <gid> <major> <minor> <start> <inc> <count>
#/dev/mem c 640 0 0 1 1 0 0 -
#
#type can be one of:
# f A regular file
# d Directory
# c Character special device file
# b Block special device file
# p Fifo (named pipe)
/dev/mux c 660 0 5 234 0 0 1 9
/dev/ttyIPC0 c 660 0 5 251 0 - - -
/dev/input/uinput c 660 0 0 10 223 - - -
/dev/video0 c 660 0 44 81 0 - - -
|