last
命令
> last
查看最近一次开机时间
> who -b
或者
> last -1 reboot
查看关机记录
> last -x | grep shutdown #以关机时间段显示
查看失败登录记录, 来源以IP显示
> sudo lastb -i
查看系统从上次开机到现在已经运行多久了
> uptime
或者
> w
参考文章
- 查看 Linux 開機記錄
- How to Check Linux System Reboot Date and Time
- Linux Find Out Last System Reboot Time and Date Command