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



How to find the version details of unix? if any application is installed in unix OS how to find th..

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

How to find the version details of unix? if any application is installed in unix OS how to find th..

Answer / krishan malik

oslevel -s in AIX
uname -a only gives the hostname.

Is This Answer Correct ?    0 Yes 0 No

How to find the version details of unix? if any application is installed in unix OS how to find th..

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

How to find the version details of unix? if any application is installed in unix OS how to find th..

Answer / srinu babu

uname -a command to display the OS version in HP-UX

Is This Answer Correct ?    0 Yes 1 No

How to find the version details of unix? if any application is installed in unix OS how to find th..

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

Post New Answer

More Unix AllOther Interview Questions

win 3.1 is a

0 Answers   TISL,


What do you mean by u-area (user area) or u-block?

6 Answers  


How to list only the directories inside a directory?

4 Answers  


what is difference between kernel and shell?

18 Answers   Juniper Networks,


What is a Region?

1 Answers  






How to give root privileges without using SU/sudor ?

1 Answers  


fork()?

2 Answers   TCS,


How do you list the files in an UNIX directory while also showing hidden files?

4 Answers  


How do you create special files like named pipes and device files?

1 Answers   Wipro,


How to remove weird filenames?

1 Answers  


What is file system in UNIX?

6 Answers   BMC,


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?

0 Answers  


Categories