Thursday, 30 July 2015

Finding Versions

Display the Linux Vesrion
---------------------------------
]uname  -or

2.6.32-358.el6.x86_64 GNU/Linux

]cat  /proc/version

Linux version 2.6.32-358.el6.x86_64 (mockbuild@x86-022.build.eng.bos.redhat.com)
(gcc version 4.4.7 20120313 (Red Hat 4.4.7-3) (GCC) ) #1 SMP Tue Jan 29 11:47:41 EST 2013


]cat  /etc/*-release

LSB_VERSION=base-4.0-amd64:base-4.0-noarch:core-4.0-amd64:core-4.0-noarch:graphics-4.0-amd64:graphics-4.0-noarchrinting-4.0-amd64rinting-4.0-noarch
Red Hat Enterprise Linux Server release 6.4 (Santiago)
Red Hat Enterprise Linux Server release 6.4 (Santiago)


Display the Java Version
---------------------------
] javac -version

javac 1.6.0_31

Jboss Version
---------------------------
open server.log of Jboss, search for "build"

[org.jboss.bootstrap.microcontainer.ServerImpl] (main) JBoss (Microcontainer)
[5.1.0.GA (build: SVNTag=JBoss_5_1_0_GA date=200905221053)] Started in 40s:512ms

Finding Open Office Version
--------------------------

]ps -eaf | grep soffice

]netstat -an | grep -v

No comments:

Post a Comment