Hacker News new | past | comments | ask | show | jobs | submit login

Try lsof for files accessed by process.



Correct me if I'm wrong here, but I believe lsof can only display files held open at a given point in time (when you run lsof), no? So if a process opens a file, does something with it, and then immediately closes it, you're unlikely to be able to catch that with lsof unless you happen to run it at exactly the right time.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: