coolcommands.com - the search engine for unix sysadmins :: unix commands and scripts
Sunday May 27, 2012


 Home
 Search
 Advanced Search
 Category Search
 Affiliates
 Acknowledgements
 Cool Links

Username

Password

Remember me
Forgot your password?
Create an account

Who's Online
We have 23 guests online

Newest Member

beyondimagem

Hit Counter
9133545 Visitors

cool Statistics
coolcommands:1330
Categories:83
Total queries:595500
Members:16437





Category Search coolcommands.com
Select Category:


coolcommand

ldd - how to list dynamic dependencies of executable files or shared objects in Sun Solaris
Description

To list dynamic dependencies of executable files or shared objects in Sun Solaris:

# ldd [-d | -r ] [ -f ] [ -i ] [ -l ] [ -s ] [ -v ] filename ...

where:

-d : check references to data objects.

-r : check references to both data objects and functions.

-f : force ldd to check for an executable file that is not secure. An executable is not considered secure if the interpretor it specifies does not reside under /usr/lib or /etc/lib, or if the interpretor cannot be determined.

-i : displays the order of execution of initialization sections.

-l : forces the immediate processing of any filters so that all filtees, and their dependencies, are listed.

-s : displays the search path used to locate shared object dependencies.

-v : displays all dependency relationships incurred when processing filename. This options also displays any dependency version requirements.
Example

ldd /path/filename

Return to search results

Random coolcommands

coolcommand: how to delete messages for a particular user when using Postfix
Example: mailq | tail -n +2 | awk 'BEGIN { RS = "" } / MAILER-DAEMON/ { print $1 }' | tr -d '*!' | postsuper -d -
[show me the details]
coolcommand: perl script to transform decimal ip address to hexadecimal
Example: ip2hex.pl 172.26.20.255
[show me the details]
coolcommand: query_cecs - list managed systems of HMC
Example: query_cecs
[show me the details]
coolcommand: how to test if a file exists and is a block special file in a shell script
Example: test -b file; [ -b file ]
[show me the details]

coolcommands.com - the search engine for UNIX sysadmins :: unix commands and scripts



FREE
myPMS

Password
Management
System

by

LVOware.com




Top 5 Submitters

lvo1152
audet37
kah00na32
Mariom24
lebjf00014

Top 5 Searches

Category Solaris49379
Category AIX46267
Category General UNIX43933
solaris22927
aix22116

Terms of Use
Privacy
Contact


 
coolcommands.com © 2012. All Right Reserved.
Programming by PRATTICO Consulting . Hosting by Apricusum