Linux Commands Reference - Complete Linux Command Guide

Comprehensive Linux command reference with 150+ commands. Search, filter by category, and view detailed usage examples.

Share
Back to commands

uptime

Show system uptime and load

Syntax

uptime [OPTION]...

Common Options

-pShow in human-readable format
-sShow system boot time

Common Examples

uptime

Show system uptime

uptime -p

Human-readable format

uptime -s

Show boot time

Related Commands

Related Tools

More Code & Dev Tools