pf » Tag: tail on Pete Freitag's Blog
December 06, 2006
Monitoring Log files in Realtime on Unix
Here's a handy trick for monitoring log files on unix, linux or mac's.SSH on to your server then type:
tail -f /var/log/httpd/access_log
The above command will show you the last few lines of the log file, this is no suprise if your fimiliar with tail command.
Subscribe to my RSS Feed:
RSS
RSS
Pete Freitag is a software engineer, and web developer located in










