Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当我在 linux 上运行最后一个重启命令时,我收到以下结果
reboot system boot 2.6.32-38-server Thu Jun 7 10:54 - 15:22 (04:27)
我需要知道时间 04:27 是什么意思?重新启动花了 4 小时 27 分钟还是什么?
我尝试搜索最后一个命令结果的描述,但没有运气。谢谢
如果您使用该-F标志,则很明显它在显示的时间间隔内显示系统正常运行时间。这类似于使用last usernamewhich 显示登录会话持续了多长时间。由于reboot是 wtmp 文件中的伪用户,因此这是为真实用户并行输出的合理方式。
-F
last username
reboot
大致是 10:54 和 15:22 之间的时间差。