各种操作系统上的操作系统日志位置
程序员文章站
2024-01-29 22:46:16
...
Linux: /var/log/messages AIX: /bin/errpt -a (redirect this to a file called messages.out) Solaris: /var/adm/messages HP-UX: /var/adm/syslog/syslog.log Tru64: /var/adm/messages Windows: save Application Log and System Log as .TXT files using
Linux: /var/log/messagesAIX: /bin/errpt -a (redirect this to a file called messages.out)
Solaris: /var/adm/messages
HP-UX: /var/adm/syslog/syslog.log
Tru64: /var/adm/messages
Windows: save Application Log and System Log as .TXT files using Event Viewer
推荐阅读