Linux: get the version of the system

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]

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.