19:03:32 Can someone point me to an example of using portfs to get file monitoring behavior ala inotify in linux? 19:04:53 There's a baic example in tail I can link. 19:06:27 https://github.com/illumos/illumos-gate/blob/master/usr/src/cmd/tail/forward.c#L327-L355 has some examples. 19:07:07 https://github.com/illumos/illumos-gate/blob/master/usr/src/test/os-tests/tests/portfs/file_assoc.c may be a little simpler. 19:08:05 Thanks!