Monday, April 10, 2006

System messages in Linux console

If U want to see the system messages in Linux console it is easy do. Use the following:

1. Open the console window;
2. Give such command as root or user:

# tail -f -n 20 /var/log/messages

It will show you last 20 lines in real time.

Have a good time ;)

No comments: