Get the version of the distro:
[cc lang=”bash”]
cat /etc/issue
cat /etc/*-release
[/cc]
Get the kernel version:
[cc lang=”bash”]
uname -r
[/cc]
Get the version of the distro:
[cc lang=”bash”]
cat /etc/issue
cat /etc/*-release
[/cc]
Get the kernel version:
[cc lang=”bash”]
uname -r
[/cc]