Display the system's uptime, number of users, and average load since boot:
uptime -a
Same as a
, but show the total CPU time in a human-readable format:
uptime -b
Specify the directory path to show the process information:
uptime -p /var/run/
Display version information:
uptime -V
Output the information in a more readable and formatted way:
uptime --pretty