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 |
interprocess command in unix be achieved by a)pipes b)messages c)semaphores d)shared memory e)all
How do you log in to a remote Unix box?
What are the files in /etc directory?
virtual terminal protocol is an example of which layer and works with which layer?
How to remove weird filenames?
Give the command to display space usage on the UNIX file system.
What does the ?route? command do?
What is the number of the masked code ee@?
2 Answers Accenture, Amazon, Amdocs,
How do you execute a UNIX command in the background?
What is Fork swap?
1 Answers Infosys, SSI Small Scale Industries,
how to set request time out value for name resolution on clients (hp-ux) ?
Is this the command to connect oracle from unix? sqlplus -s username/password. Then what is the -S here...????