Linux - How to monitor log files, Tail command to monitor log files

How to monitor log files

How to monitor log files

Linux Admin use to monitor the system after executing a command or monitor the system logs as and when required. Linux tail command is used to monitor the log files.

Monitor Log files
 # tail -f /var/log/messages

The above tail command will print the log status of the executed command.

The topic on Linux - How to monitor log files is posted by - Maha

Hope you have enjoyed, Linux - How to monitor log filesThanks for your time

Tech Bluff