Skip to primary content

42

Web notebook about thoughts and discoveries in DevOps, SRE, Software Engineering….

42

Main menu

  • Home
  • About
  • contact
  • Links

Post navigation

← Previous Next →

Find your CentOS release

Posted on 4 July 2017 by kosmas
Email this to someone
email
Share on Facebook
Facebook
Tweet about this on Twitter
Twitter
Share on LinkedIn
Linkedin

Problem

You would like to know the release of your CentOS server but the cat /etc/issue does not work.

Solution

Try with the following:

Shell
1
cat /etc/centos-release

or with:

Shell
1
cat /etc/redhat-release

This entry was posted in CentOS, DevOps, linux and tagged centos, linux, release by kosmas. Bookmark the permalink.
Proudly powered by WordPress