Files
cheatsheet-tldr/tldr/uptime
2025-12-24 00:21:36 +00:00

30 lines
645 B
Plaintext

---
syntax: markdown
tags: [tldr, common]
source: https://github.com/tldr-pages/tldr.git
---
# 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>.
- 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 {{[-p|--pretty]}}`
- Print the date and time the system booted up at:
`uptime {{[-s|--since]}}`
- Display the time data in seconds:
`uptime {{[-r|--raw]}}`
- Display version:
`uptime {{[-V|--version]}}`