Get the version of the distro:
cat /etc/issue
cat /etc/*-release
cat /etc/*-release
Get the kernel version:
uname -r
Linux: get the version of the systemGet the version of the distro: cat /etc/issue cat /etc/*-release Get the kernel version: uname -r |
Leave a Reply