System Grab Bag

View all TLDR pages from common (or from all pages)

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
  • Show version information:
    uptime --version

License and Disclaimer

The content on this page is copyright © 2014—present the tldr-pages team and contributors.
This page is used with permission under Creative Commons Attribution 4.0 International License.

While we do attempt to make sure content is accurate, there isn't a warranty of any kind.

Other Projects

This TLDR page is also found in other projects: