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

How will you run the script in UNIX?

5 Answers   BMC,


what is mean by kernal?

9 Answers   Excel,


differentiate between named & unnamed pipe.

11 Answers   Cisco, IIT, ISEC,


What is mean by Mac os? Why it is named as like that? Which purprose it is using? Please answer me. Advance thanks.

2 Answers   Excel, GeniusPort,


What UNIX command will control the default file permissions when files are created?

3 Answers  






In Unix inter process communication take place using?

3 Answers   TCS,


which is the best book for learning unix and linux?

6 Answers  


What does iostat do?

4 Answers   IBM,


In this command sqlplus -s username/password what is -S and what's the use..???

1 Answers   IIIP, TCS,


How to remove weird filenames?

1 Answers  


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

1 Answers   Wipro,


What is 'inode'?

11 Answers   Infosys,


Categories