Show Linux Version, Distribution (Distro), System Information
This is quick guide howto show Linux version, howto show Linux distributin (distro) info, howto show Linux System information, kernel version and kernel information on command line.
Show Linux Version
Linux version information can be checked using the following commands:
cat /proc/version
Another way to check Linux Version information is following:
dmesg | grep "Linux version"
Example output:
Linux version 4.11.10-300.fc26.x86_64...