Forrest logo
back to context overview

uptime

List of commands for uptime:

  • uptime:tldr:5dde8 uptime: Show version information.
    $ uptime --version
    try on your machine
    explain this command
  • uptime:tldr:865b3 uptime: Show only the amount of time the system has been booted for.
    $ uptime --pretty
    try on your machine
    explain this command
  • uptime:tldr:997f5 uptime: Print current time, uptime, number of logged-in users and other information.
    $ uptime
    try on your machine
    explain this command
  • uptime:tldr:f326b uptime: Print the date and time the system booted up at.
    $ uptime --since
    try on your machine
    explain this command
back to context overview