So what is /dev/autofs_nowait ?
When examining running processes and logfiles on OS X, it’s quite common to see calls to open ‘/dev/autofs_nowait’, but what’s the file for??
Looking at the on-disk file doesn’t give many clues:
ls -al /dev/autofs_nowait
crw-rw-rw- 1 root wheel 10, 27 May 4 17:29 /dev/autofs_nowait
So just how often is this file getting […]
Tagged apple, Darwin, DTrace, Programming
