monitor acccess to a specific file on macos
I would like to monitor access (read/write/execute) of a specific file on a system, and log it. I am on a Unix like filesystem. What is the best way to achieve this?
I would like to monitor access (read/write/execute) of a specific file on a system, and log it. I am on a Unix like filesystem. What is the best way to achieve this?