Command Line

uptime

Tell how long the system has been running.

Location

$ whereis -b uptime
uptime: /usr/bin/uptime

Help

$ uptime --help

Usage:
 uptime [options]

Options:
 -p, --pretty   show uptime in pretty format
 -h, --help     display this help and exit
 -s, --since    system up since
 -V, --version  output version information and exit

For more details see uptime(1).