
Linux Uname Examples
2020, Nov 08
uname command examples
uname -a
prints all information
uname -s
Prints just the kernal name
uname -n
Prints the network node hostname
uname -r
Prints the kernel release
uname -v
Prints the kernel version
uname -m
Prints the machine hardware name
uname -p
Prints the processor type
uname -i
Prints the machine hardware platform
uname -o
Prints the operating system