1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-02 00:15:25 +02:00
tldr/pages/common/uptime.md

21 lines
489 B
Markdown
Raw Normal View History

2015-12-13 00:37:56 +02:00
# uptime
> Tell how long the system has been running and other information.
> More information: <https://www.gnu.org/software/coreutils/manual/html_node/uptime-invocation.html>.
2015-12-13 00:37:56 +02:00
- Print current time, uptime, number of logged-in users and other information:
2015-12-13 00:37:56 +02:00
`uptime`
- Show only the amount of time the system has been booted for:
2025-03-12 21:05:58 +02:00
`uptime {{[-p|--pretty]}}`
- Print the date and time the system booted up at:
2025-03-12 21:05:58 +02:00
`uptime {{[-s|--since]}}`
- Display version:
2025-03-12 21:05:58 +02:00
`uptime {{[-V|--version]}}`