Check for open logs running on OS X, unix or linux [solved]
Use this command to find the log you’re looking for:
lsof | grep -i log
On OS X, typical directories I look in are /var/log/, $HOME/Library/Logs/, and /private/var/log/.
0 comments Thursday 28 Jan 2010 | jordan314 | OS X, Programming, apple, leopard, security, solved
Leave a Reply
You must be logged in to post a comment.