Redhat系统启动,自动重启相关命令,日志查找
1.通过uptime查看系统运行了多久。
2.通过who -b查看系统上次启动时间。
3.通过last 用户名 查看用户登录信息。
4.通过last reboot查看系统重启记录。
5.查看系统日志:
/var/log/messages 系统启动后的信息和错误日志
/var/log/secure 安全日志
/var/log/maillog 邮件日志
/var/log/cron 定时任务日志
/var/log/boot.log 守护进程启动与停止日志
/var/log/wtmp 用户登录或注销日志
/var/log/utmp 正在登录的用户信息
/var/log/btmp 登录失败的用户信息