how can I know service version and vendor


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers how can I know service version and vendor
# 1  
Old 11-30-2008
how can I know service version and vendor

hello,
how can I know service version and vendor

I found service list use command by lsof -i

but I can not find service version and vendor

can anyone know that
where it record these information
or can I use command to find that

thanks
 
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. Open Source

Vendor root access

All, I wanted to get others opinions on providing root access to vendors. I have a vendor that is claiming to need full root sudo access to complete a one time system set up for their software. The system is on our corporate network and we never provide this level of access. Not only that,... (7 Replies)
Discussion started by: hburnswell
7 Replies

2. UNIX for Dummies Questions & Answers

Command to get Vendor information on Solaris

Hello I know that prtdiag and prtconf both give the Vendor information on the first line, something like this: System Configuration: Oracle Corporation sun4u Sun Fire V240 But is there a command that would ONLY output the vendor, so therefore in this example, it would only output Oracle... (3 Replies)
Discussion started by: flagman5
3 Replies

3. Hardware

Looking for a refurbished Unix HW vendor

Hi Guys ...Im based here in Riyadh/KSA and have no idea where to purchase an IBM or any other brand serial terminal for my AIX server. Am looking for refurbished one so that I can start my AIX learning really quickly. Have already wasted a lot precious time here finding a decent vendor here. Is... (1 Reply)
Discussion started by: mhatmi
1 Replies

4. Linux

dhcp what does vendor-class-identifier, 0, 9 mean?

dhcp what does vendor-class-identifier, 0, 9 mean? match if substring(option vendor-class-identifier, 0, 9) = "PXEClient"; (3 Replies)
Discussion started by: 3junior
3 Replies

5. HP-UX

Vendor of physical host with HP-UX OS

What makes you think the machine was not built by HP? As far as I know HP_UX only runs on HP platforms. (11 Replies)
Discussion started by: fpmurphy
11 Replies

6. Ubuntu

Getting Subsystem ID/Vendor

Hey Guys ... How I can look up Subsystem ID of the WIFI card under Ubuntu... I did try lspci but its outputting only Vendor and Dev no subsys ... I need same data as below ( Windows ) PCI\VEN_168C&DEV_001C&SUBSYS_04281468&REV_01\4&1BF192B7&0&0020 thank you happy new year ! (2 Replies)
Discussion started by: NDxiak
2 Replies

7. Solaris

Uninstalling Vendor Software

Hi admins, thanks for community i have installed a software ( it's a specific soft from a specific vendor : i mean it is not a SUN product ). the install was trough a .tar.gz file and with an "install" executable ( so the command was simply #./install ) my pain now is how to uninstall it... (10 Replies)
Discussion started by: hmaiida
10 Replies

8. UNIX for Dummies Questions & Answers

running vendor shell scripts

Does anyone run a lot of SH (shell script) commands from vendors. i.e... product installations. And do you edit/change as a rule of thumb? I done a lot of product installs and some tend to think we should edit/change a vendors SH script. I am just looking for your thoughts. Thanks. (1 Reply)
Discussion started by: Javagate
1 Replies
Login or Register to Ask a Question
dpkg-vendor(1)							    dpkg suite							    dpkg-vendor(1)

NAME
dpkg-vendor - queries information about distribution vendors SYNOPSIS
dpkg-vendor [option...] command DESCRIPTION
dpkg-vendor is a tool to query information about vendors listed in /etc/dpkg/origins. /etc/dpkg/origins/default contains information about the current vendor. COMMANDS
--is vendor Exits with 0 if the current vendor is vendor. Otherwise exits with non-zero. --derives-from vendor Exits with 0 if the current vendor distribution is a derivative of vendor, otherwise exits with non-zero. It uses the "Parent" field to browse all ancestors of the current vendor. --query field Print on standard output the value of the vendor-specific field for the current vendor. --help Show the usage message and exit. --version Show the version and exit. OPTIONS
--vendor vendor Assumes the current vendor is vendor instead of discovering it with the DEB_VENDOR environment variable or /etc/dpkg/ori- gins/default. ENVIRONMENT
DEB_VENDOR This setting defines the current vendor. If not set, it will discover the current vendor by reading /etc/dpkg/origins/default. AUTHOR
Copyright (C) 2009 Raphael Hertzog This is free software; see the GNU General Public Licence version 2 or later for copying conditions. There is NO WARRANTY. Debian Project 2009-05-10 dpkg-vendor(1)