Hacker News new | ask | show | jobs
by jasonhansel 1286 days ago
`lsof -p pid` can also be a good way of determining what a process is doing at a given point in time, if you're just trying to figure out what files it has open.