Y
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
bizarref00l
4085 days ago
lsof -c <command name> eg: httpd
link