UPTIME Commands Cheat Sheet
Here is a cli commands cheat sheet for UPTIME command, you can use this as a quick reminder for basic commands with a brief description for each of the commands.
What is UPTIME command?
Add some data here
--- tags: [ system reporting ] --- # syntax of the command uptime [option] # single use, with output example uptime, , , , 14:05:11 up 6:05, 1 user, load average: 0.46, 0.54, 0.55 # Filter the result to only show running time uptime -p # Filter the result to only show the date/time from when the system has been running uptime -s # Show the version of uptime uptime -V # Show the help page uptime -h
Check out the UPTIME command documentation .
You can also check our MegaSh cheatsheet tool, that has 150+ searchable linux cheat sheets in one page, so you never forget a command as you work again