Hacker News new | ask | show | jobs
by oimaz 4086 days ago
I often use `lsof -p <pid>` to find the log file location of a given process :)
1 comments

lsof -c <command name> eg: httpd