如何在 AIX 机器上查找 syslog

发布于 2024-07-18 12:18:13 字数 37 浏览 2 评论 0原文

我有一台机器,在通常的地方没有系统日志。 我该如何找到它?

I have a machine that does not have the syslog in the usual place. How would I go about locating it?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

白况 2024-07-25 12:18:13

从:开始

man syslogd

,然后从那里开始。

或者您是说 /etc/syslog.conf 不存在。

如果存在,它应该能够告诉您所有日志文件的位置。 如果不存在,您需要了解 syslogd 是如何运行的:

  • 通过查看 ps 中的条目; 或者
  • 查看启动它的 /etc/rc.d 条目。

Start with:

man syslogd

and go from there.

Or are you saying that /etc/syslog.conf is not there.

If it is there, it should be able to tell you where all the log files are. If it's not there, you need to find out how syslogd was run, either:

  • by looking at its entry from ps; or
  • looking at the /etc/rc.d entry that started it.
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文