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 SYNTAXuname [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
