uname
uname linux command cheatsheet by Thamizhiniyan C S
Introduction
This command is used to print system information.
Syntax
uname [OPTION]...
Important Flags
Flags | Description |
---|---|
| print all information, in the following order, except omit -p and -i if unknown |
| print the kernel name |
| print the network node hostname |
| print the kernel release |
| print the kernel version |
| print the machine hardware name |
| print the processor type (non-portable) |
| print the hardware platform (non-portable) |
| print the operating system |
Examples
Command | Description |
---|---|
Prints all system information. | |
Prints the kernel name. | |
Prints the hostname of the network node. | |
Prints the kernel release date. | |
Prints the version of the current kernel. | |
Prints the machine hardware name. | |
Prints the type of processor. | |
Prints the platform of the hardware. | |
Prints the name of the operating system. |
Last updated