Command
uname
Explanation
uname is used to print the system information. It prints the system information.
Examples
Show all system info
uname -a
Show kernel version
uname -r
uname
uname is used to print the system information. It prints the system information.
Show all system info
uname -a
Show kernel version
uname -r