I would like to get a list of open files in a process on os x (10.9.1). In Linux I was able to get this from /proc/PID/fd. However I\'m not sure how to get the
/proc/PID/fd
List open files on /Volumes/VolumeName:
lsof | grep "/Volumes/VolumeName"