|
| cool Statistics |
| | coolcommands: | 1338 | | Categories: | 83 | | Total queries: | 620234 | | Members: | 22813 | |
|
|
|
 |
|
|
Search coolcommands.com
 |
Submitted by:
lvo   |
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 dump a mysql database which uses reserved words as column names
Example: mysqldump --quote-names --opt -u root --password=badpass --databases dnbame > backup.sql
[show me the details] |
coolcommand: quick sendmail test
Example:
echo "Subject: test" | /usr/lib/sendmail -v me@domain.com
[show me the details] |
coolcommand: monitor - how to see server utilisation in IBM AIX
Example: monitor
[show me the details] |
coolcommand: disown - command to set running job as if you used nohup in Linux
Example: CTRL-Z; bg; disown -h
[show me the details] |
|
|
coolcommands.com - the search engine for UNIX sysadmins :: unix commands and scripts
|  |  |  |  |
|
|
|
|
 |
|
|
|
Top 5 Submitters
|
|---|
| lvo | 1160 |
| audet | 37 |
| kah00na | 32 |
| Mariom | 24 |
| lebjf000 | 14 |
Top 5 Searches
|
| Category Solaris | 51943 |
| Category AIX | 49010 |
| Category General UNIX | 47575 |
| solaris | 23554 |
| aix | 22739 |
|
|
|
|