asked 98.8k views
0 votes
What is the purpose of the messages log file in /var/log/messages and what type of information does it hold?

1 Answer

1 vote
It is the system message log file. It holds kernal messages and messages from the applications.

A kernel is the central part of an operating system. It manages the tasks of the computer and the hardware - most notably memory and CPU time.

Example: When you run some software or script, before it executes completely to reach the final result. It goes through so many processes. If it get failed somewhere in the middle after any process, message till that process are saved in a file as log so that the user can interpret where exactly the sofware is having problem.
answered
User Valery Kozlov
by
8.1k points
Welcome to Qamnty — a place to ask, share, and grow together. Join our community and get real answers from real people.