Operating System - HP-UX
1833784 Members
2726 Online
110063 Solutions
New Discussion

Re: version and vendor information

 
Amit_81
New Member

version and vendor information

Help please, I want to get version and vendor information of some softwares e.g. ftp, rlogin ..is there any way to do it
7 REPLIES 7
Arunvijai_4
Honored Contributor

Re: version and vendor information

What is a good command to get good information regarding some softwares.

# what /usr/bin/rlogin
/usr/bin/rlogin:
$Revision: vw: cheriv_JAGad35417 selectors: CUPI80_BL2000_1025 'cup_cheriv_jagad35417'
Thu Oct 26 23:26:04 PDT 2000 $
Copyright (c) 1983 The Regents of the University of California.

-Arun
"A ship in the harbor is safe, but that is not what ships are built for"
Joseph Loo
Honored Contributor

Re: version and vendor information

hi,

what command will help. if it is a depot file, there would usually be some description. also, look out for README file.

regards.
what you do not see does not mean you should not believe
Orhan Biyiklioglu
Respected Contributor

Re: version and vendor information

if the software comes as a depot swlist should also provide useful information.

swlist -v hpuxwsApache
Muthukumar_5
Honored Contributor

Re: version and vendor information

Some softwares are coming with option -v to get version information. Few of software is not having explicit option to find with -v option.

We can find with,
# odump -auxheader

when the binary is PA-RISC based one.

If it is ELF then use elfdump command.

hth.
Easy to suggest when don't know about the problem!
Vibhor Kumar Agarwal
Esteemed Contributor

Re: version and vendor information

What is the most common one.

A typical Gnu program has the -v or -version option.

Usually the man page gives this information also.
Vibhor Kumar Agarwal
VIKAS AGRAWAL
Frequent Advisor

Re: version and vendor information

use what command or swlist both will help to get the version
morganelan
Trusted Contributor

Re: version and vendor information

Try this:
# man rlogin|grep developed
Reformatting entry. Wait... rlogin was developed by the University of California, Berkeley.
# man ftp|grep developed
Reformatting entry. Wait... ftp was developed by the University of California, Berkeley.
# man telnet|grep developed
Reformatting entry. Wait... telnet was developed by the University of California, Berkeley.
# man top|grep developed
Reformatting entry. Wait... top was developed by HP and William LeFebvre of Rice University.
Kamal Mirdad