1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-23 03:22:08 +02:00
tldr/pages/common/uptime.md
2018-07-08 17:49:52 +01:00

19 lines
369 B
Markdown

# uptime
> Tell how long the system has been running and other information.
- Print current time, uptime, number of logged-in users and other information:
`uptime`
- Show only the amount of time the system has been booted for:
`uptime --pretty`
- Print the date and time the system booted up at:
`uptime --since`
- Show version information:
`uptime --version`