mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-16 10:00:18 +00:00
Update cheatsheets
This commit is contained in:
25
uptime
Normal file
25
uptime
Normal file
@@ -0,0 +1,25 @@
|
||||
---
|
||||
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/uptime>.
|
||||
|
||||
- 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`
|
||||
|
||||
- Display version:
|
||||
|
||||
`uptime --version`
|
||||
Reference in New Issue
Block a user