Saturday 7 July 2018

How to find out OS version of Oracle Linux



How to get the version/distribution/ release information of Linux that is running Oracle Linux via command line?

The version/distribution/ release information is stored in /etc/oracle-release. Just run the following command:

[root@linuxcnf ~]# cat /etc/oracle-release
Oracle Linux Server release 6.9
[root@linuxcnf ~]#

Done!!!

No comments:

Post a Comment