where are linux logs

王林
Release: 2020-03-11 16:20:56
Original
6088 people have browsed it

where are linux logs

Log files in Linux systems are usually saved in the /var/log directory.

The following are several important log files:

Recommended tutorial: linux tutorial

/var/log/messages: including overall system information, It also contains logs during system startup.

/var/log/syslog: It is different from the /etc/log/messages log file. It only records warning information, which is often information about system problems.

/var/log/user.log: Log that records user information of all levels. /var/log/auth.log: Contains system authorization information, including user login and permission mechanisms used, etc.

Recommended related video tutorials: linux video tutorial

The above is the detailed content of where are linux logs. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template