1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-21 22:02:09 +02:00
tldr/pages.zh/common/uptime.md
Managor a70b923d8f
*: add option placeholders to translations (#15933)
Co-authored-by: Darío Hereñú <magallania@gmail.com>
2025-03-19 00:36:34 +02:00

450 B

uptime

告知当前系统运行多长时间和其他信息。 更多信息:https://www.gnu.org/software/coreutils/manual/html_node/uptime-invocation.html.

  • 打印当前时间,运行时间,登录用户数量和其他信息:

uptime

  • 仅显示系统已启动的时间长度:

uptime {{[-p|--pretty]}}

  • 打印系统启动的日期和时间:

uptime {{[-s|--since]}}

  • 显示版本信息:

uptime {{[-V|--version]}}