Current-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: filemon(4)



=> I don't have /dev/filemon, and MKDEV has no entry for it -- what are
=> the major/minor numbers for it ? Any special considerations outside of
=> running mknod w/ appropriate args ?
=>
=> -bch
=>

   From src/sys/dev/filemon/mknod-sh ,

capo { ~ } % sysctl kern.drivers | sed 's/.*\[\([^ ]*\) [^ ]*
filemon\].*/\1/'
202

gets you the major number, the minor number is zero, and it is a character
device.

   Good luck...

                                  Gary Duzan





Home | Main Index | Thread Index | Old Index