What is the name and path of the main system log?
Answers were Sorted based on User's Feedback
Answer / sudeep
Name of the main system log is "messages" and path is
/var/log/messages
| Is This Answer Correct ? | 19 Yes | 0 No |
Answer / krishna prasad m
/var/log/messages system log messages can be seen here
/var/log/dmesg Kernel boot log messages can view
| Is This Answer Correct ? | 8 Yes | 1 No |
Answer / amit kumar ghosh
There are Three centralized loggin demons
1)syslogd
2)klogd
3)auditd
klogd:- collect log file created by the Kernel
syslogd:- Collect log file created by the system
auditd:- Collect log file created by the SELinux
After collecting the log system store logs on different location
/var/log/dmesg:- Created at boot time, by kernel
/var/log/messages:- standard system error message,
/var/log/secure:- authentication related log
/var/log/maillog:- Mial related log
/var/log/audit/audit.log:-Selinux related log
We can redirect the log by configuring
/etc/sysconfig/syslog
/etc/syslog.conf
| Is This Answer Correct ? | 5 Yes | 0 No |
tell me some of the Linux HotKeys do you know?
i want some basic level enterview questions can any one can help me in this
How to sort a file of size 2N bytes, if I have N bytes of memory?
what is the difference between NIS and DNS...?
What is the difference between semaphore and spinlock?
how can i make an user to nologin without locking the account for the user
what is the use of runlevel 4 in redhat linux? in which cases it will use.
How to convert an IP address to a Domain name using Unix ?
will u plz send me the complete steps of installation of red hat linux on intel's core 2 duo processor?
How to recover a deleted file in linux ?
how to recollect root password
what is difference between TFTP abd FTP?