What is the command for viewing the log

Support and queries relating to all previous versions of ZoneMinder
Locked
dupdat
Posts: 3
Joined: Thu Jul 23, 2009 3:20 pm

What is the command for viewing the log

Post by dupdat »

I can't figuire out what the command is for viewing the log??
50cc
Posts: 82
Joined: Sun Mar 23, 2008 12:01 pm
Location: The Netherlands

Post by 50cc »

Code: Select all

tail -f /var/log/messages
tail -f /tmp/zm*.log
Will show the last 10 entries and update the screen in real-time

Code: Select all

nano (or vi or pico or cat) /var/log/messages 
Will show the entire log
Locked