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

uname

Print system information

Syntax

uname [OPTION]...

Common Options

-aShow all information
-rShow kernel release
-mShow machine type
-nShow hostname
-sShow kernel name

Common Examples

uname -a

Show all system info

uname -r

Show kernel version

uname -m

Show architecture

Related Commands

Related Tools

More Code & Dev Tools