Man Page: uname

MAN PAGE: UNAME

EXECUTIVE SUMMARY
uname (Unix Name) is a tool used to print basic system information. It is an essential utility for identifying the kernel release, hardware architecture, and operating system on Pop!_OS, Fedora, and other GNU/Linux systems.

BASIC SYNTAX
uname [options]

TEN COMMON USAGES (MOST USEFUL FIRST)

1.  Print All Information:         uname -a
2.  Print Kernel Release:          uname -r
3.  Print Hardware Architecture:   uname -m
4.  Print Operating System:        uname -o
5.  Print Network Hostname:        uname -n
6.  Print the Kernel Name:         uname -s
7.  Print Kernel Version:          uname -v
8.  Print Processor Type:          uname -p
9.  Print Hardware Platform:       uname -i
10. Display Command Help:          uname --help

CORE FLAGS TO MEMORIZE

-a           | Prints all available system information in a standard format
-r           | Prints the specific kernel release version currently running
-m           | Prints the machine hardware architecture (e.g., x86_64)
-o           | Prints the operating system name (e.g., GNU/Linux)

Keywords: Pop!_OS, Fedora, Linux, uname, System Information, Djere Service Group

You should also read:

Man Page: blkid

MAN PAGE: BLKID EXECUTIVE SUMMARY Blkid is a command-line utility used to locate and print block device attributes. It is an essential tool…

Man Page: ausearch

MAN PAGE: AUSEARCH EXECUTIVE SUMMARY Ausearch is a tool used to query the audit daemon logs based on specific events and search criteria.

Man Page: tmux

MAN PAGE: TMUX EXECUTIVE SUMMARY Tmux (Terminal Multiplexer) is a tool used to run multiple persistent terminal sessions within a single window. It…

Man Page: apt

MAN PAGE: APT EXECUTIVE SUMMARY APT (Advanced Package Tool) is a tool used to install, update, and manage software packages. It is an…