Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to find what applications are installed on Solaris server?

Status
Not open for further replies.

peshawar1

Technical User
Sep 28, 2006
4
CA
Hi:

How can we determine all the applications installed on the Solaris box, like Bind, sendmail, etc?

Thanks in advance.
 
This is sort of a tricky question Annihilannic. pkingo will only show you what packages are installed if you used pkgadd. If you compiled something (you know... an application...) it won't show up. Hit ctrl+f then search for *.exe*! ... I joke ;) Anyhow find / -type f x x x x etc, maybe... pkginfo will only show you things installed via pkgadd though

perl -e 'print $i=pack(c5,(40*2),sqrt(7600),(unpack(c,Q)-3+1+3+3-7),oct(104),10,oct(101));'
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top