Answers for "check centos version"

4

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 July-07-2020
1

check centos version

cat /etc/redhat-release
Posted by: Narendhiran vignesh on March-01-2022
0

check centos version

adscd
Posted by: xss on March-02-2022

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language