Linux——系统时间、开机时间
时间:2020-02-20 09:41:30
收藏:0
阅读:65
- 查看当前系统时间
[root@mppaynew upload]# date

- 查看最后一次系统启动时间
[root@mppaynew upload]# who -b

- 查看历史系统启动时间
[root@mppaynew upload]# last reboot

- 查看系统在线时长
[root@mppaynew upload]# uptime

原文:https://www.cnblogs.com/caoweixiong/p/12334364.html
评论(0)