How to check installed Linux version
For check linux version installed on your machine, several methods are available. One of the most used commands is lsb_release -a, which provides detailed information about the distribution and its number. Alternatively, for Debian based systems you can view the file /etc/debian_version. Another approach is to use the command uname -a, which displays kernel and … Lire plus