Thursday, August 11, 2016

uname Command

uname


This command returns information about your Linux system using several different options, including the following:



-p    Displays the processor type

-r    Displays the Linux kernel’s release number

-o   Displays the operating system

-m   Displays the system’s hardware architecture (such as x86_64)

-v    Displays the Linux kernel’s version number

-i    Displays the hardware platform

-s    Displays the Linux kernel’s name

-a   Displays all of this information

-n Displays the system’s hostname





















No comments:

Post a Comment