How to find the version details of unix? if any application
is installed in unix OS how to find the version of that
application is it possilbe or not? pls let me know cmd in
detail.
Answers were Sorted based on User's Feedback
Answer / vimal thomas
uname command gives the version of the OS installed
EX: uname -a
to get the version of the installed applications,
SUN OS: pkginfo
AIX: lslpp
Is This Answer Correct ? | 7 Yes | 0 No |
Answer / krishan malik
oslevel -s in AIX
uname -a only gives the hostname.
Is This Answer Correct ? | 0 Yes | 0 No |
Answer / say2ajitpatel
uname -r will give the version of O.S.
AND
pkginfo <packagename>
or
pkginfo -l <packagename>
will give the detail information of the application
Is This Answer Correct ? | 0 Yes | 0 No |
Answer / srinu babu
uname -a command to display the OS version in HP-UX
Is This Answer Correct ? | 0 Yes | 1 No |
Answer / vineet
uname command can be used for this, and if required to get
list and versions of the patches and applications installed
on a servr pkglist -il can be used
Is This Answer Correct ? | 4 Yes | 8 No |
What do you mean by u-area (user area) or u-block?
What is a filesystem?
What are the read or write or execute bits on a directory mean?
What is Expansion swap?
In this command sqlplus -s username/password what is -S and what's the use..???
If the terminal is not showing the login prompt,what's the 1st thing you should check?and how do you solve the problem?
Give two UNIX kernel parameters that effect an Oracle install
What are setuid/setgid in relation to file permissions?
If Media Server fails. What are the steps to be followed? Can anyone please reply for this question Thanks, Ganesh
Am using Mac OS 10.4.11 on an Imac (PPC) Internal hard disk got named disk0s3 and will not mount. What commands can be used in TERMINAL to rename the internal hard disk to C96?
how can we create the script in crontab at mid night on sunday,satuarday,fiday 0n monyh october,november,january? please give me answer if anybody knows ? because on important purpose.
What is a daemon?