Clovertech
› Clovertech Forums › Read Only Archives › Cloverleaf › Cloverleaf › how to find RHEL level for server?
Does anyone know where this info is located? Thanks.
In UNIX/AIX, you can run the ‘oslevel’ command to see what OS level you are at:
oslevel -r
So, I assume there is something similar in Linux.
Jim Cobane
Henry Ford Health
cat /proc/version
or
dmesg | head -1
Other iinfo can be found using Cloberleaf support button in lower right-hand corner of the IDE and selecting the server tab.
Got it. Thanks both of you.
cat /etc/*-release
This command should work for any Linux distribution.