uname -a
Print detailed system information including kernel name, version, hostname, and architecture.
Primary Syntax
$ uname -a
#
Example Usage
uname -a
uname -r
uname -m#
Quick Tips
• Use man uname to read the full manual
• Add --help flag for quick options reference
• Combine with | less for paginated output
Submitted by: admin
Added: 2/9/2026