The UNIX and Linux Forums  
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.

Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Advanced & Expert Users
.
google unix.com




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #5 (permalink)  
Old 05-29-2008
cypher82 cypher82 is offline
Registered User
  
 

Join Date: May 2008
Location: Germany
Posts: 13
Thanks for the advices!

A question at the end: if you have a piece of executable file, is it possible to persue what base levels were used? to take a look at the used libraries the command is
Code:
ldd filename
so is there a command showing me the base levels filesets?