Ubuntu 获取已用时间

Ubuntu 获取已用时间

你好,我如何查看系统运行时间?例如:ubuntu 在 10:00 开启,现在是 12:00,运行时间为:2 小时,我如何获取此信息?

答案1

要查看系统自上次启动以来运行了多长时间,可以使用该uptime命令。

其他一些命令是last rebootwho -b

来源:https://unix.stackexchange.com/questions/131775/how-long-has-my-linux-system-been-running

相关内容