如何在 centos 6.7 上生成身份验证日志

如何在 centos 6.7 上生成身份验证日志

我发现我们的服务器 Centos 6.7 Linux 3.14 上没有 auth.log。我试过了,service rsyslog restart但没有用,在 Centos 上正确的做法是什么?

答案1

CentOS 上没有auth.log这个名称,因为该名称是 Debian-ism。

您将在 中找到与用户身份验证相关的日志/var/log/secure

相关内容