blob: 07fe33c995584dff122cc5cb447c32cd9cdc3aab (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
#<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/ttySC c 640 0 5 204 8 0 1 4
|