Just more ramblings of another IT Guy

Linux log tail

A very handy command to use when debugging apache issues is the “tail -f” command. This will display continually output the last lines of each specified log file.

 

i.e.

“tail -f /var/log/https/access_log”

This entry was posted in Handy Linux Commands, Tips+Tricks. Bookmark the permalink.

Leave a Reply

Your email address will not be published. Required fields are marked *