Linux log files location and how do I view logs files?
Go to /var/logs directory:
cd /var/logs
View common log file /var/log/messages using any one of the following command:
tail -f /var/log/messages
less /var/log/messages
more -f /var/log/messages
vi /var/log/messages
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment