Showing posts with label version. Show all posts
Showing posts with label version. Show all posts
Thursday, 21 April 2016
know the linux version
how to know the linux version.
for kernel level.
1) uname -a
2) to know the redhat version then use.
cmd : cat /etc/redhat-release.
for kernel level.
1) uname -a
2) to know the redhat version then use.
cmd : cat /etc/redhat-release.
Friday, 15 April 2016
Know tomcat version on linux
Know tomcat version on linux
sudo rpm -qa | grep tomcat
output : tomcat-7.x.x.
sudo rpm -qa | grep tomcat
output : tomcat-7.x.x.
Subscribe to:
Comments (Atom)