Results 1 to 2 of 2
What command will allow me to view system messages in real time as they are written to the system log file?
/var/log/messages is what i need to view
THanks in ...
- 11-29-2009 #1Just Joined!
- Join Date
- Nov 2009
- Posts
- 2
command that allows you to view system messages in real time as they are written
What command will allow me to view system messages in real time as they are written to the system log file?
/var/log/messages is what i need to view
THanks in advance!
- 11-29-2009 #2Code:
tail -f /var/log/messages.log


Reply With Quote