Wednesday, July 12, 2017

Check Linux OS version of a cloud computing instance

Check Linux OS version of a cloud computing instance


To list the linux kernel version, etc, run:

> uname -a

If the os is redhat family, run:

> cat /etc/redhat-release

No comments:

Post a Comment