Answers for "how to know which centos version is installed"

6

check centos version

$ cat /etc/redhat-release

output : CentOS Linux release 7.4.1708 (Core)
Posted by: Guest on July-07-2020
1

how to know which centos version is installed

<p>On the GUI (Gnome) upper right corner click on settings and then on details </p>

By command line 

cat /etc/centos-release

This command works also changing the word centos by os (os-release)
Posted by: Guest on May-20-2020

Code answers related to "how to know which centos version is installed"

Browse Popular Code Answers by Language