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

What does init do? What does inetd do?

1 Answers  


What are the main differences between Apache 1.x and 2.x?

1 Answers   IBM,


why unix commands simpler rather than complex task

0 Answers   CGI,


What is the difference between grep & find?

3 Answers   HCL,


What are the processes that are not bothered by the swapper? Give Reason.

1 Answers  






Why do inode number start from 1 and not 0 ?

3 Answers  


What is default permissions for others in a file?

5 Answers  


How do you execute a UNIX command in the background?

2 Answers  


How do you log in to a remote Unix box?

2 Answers  


How to put a job in background & bring it to foreground?

3 Answers  


hi.when will u come to klnce 4 campus interviews??/

0 Answers  


What steps are required to perform a bare-metal recovery?

1 Answers  


Categories