uname Command Maker ToolDisplay Information of the Linux System (OS and Hardware)
uname
uname command examples| Purpose | Command |
|---|---|
| Simply display System Information | uname |
| Show all System Information like Kernal name, node, version etc. | uname -a |
| Display Only the Kernel Name | uname -s |
| Display the Hostname | uname -n |
| Machine Hardware Architecture | uname -m |