1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-23 17:02:08 +02:00
tldr/pages.zh/common/uptime.md
YangWithU 14544a0f26
uptime: add Chinese translation (#13078)
* uptime: add Chinese translation

* fix: trailing whitespace
2024-06-20 21:56:14 +08:00

390 B

uptime

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

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

uptime

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

uptime --pretty

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

uptime --since

  • 显示版本信息:

uptime --version