![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| High Level Programming Post questions about C, C++, Java, SQL, and other programming languages here. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Wrong Shared objects getting loaded | nitin@tcs | AIX | 2 | 04-28-2008 12:51 PM |
| Running multiple processes in Linux | abcabc1103 | UNIX for Dummies Questions & Answers | 2 | 07-09-2007 02:21 PM |
| makefile for programs using libraries loaded at runtime | nadiamihu | High Level Programming | 1 | 12-20-2006 06:46 AM |
| view libraries and contents of object files and shared library | naren_chella | HP-UX | 4 | 06-22-2006 07:12 AM |
| dynamically loaded libraries | rainshadow | High Level Programming | 3 | 06-04-2005 09:31 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
how to view loaded shared libraries by running processes in linux
anybody knows how to view loaded shared libraries by running processes in linux enviornment? any command or tool ?
thanks a lot |
| Forum Sponsor | ||
|
|
|
#2
|
||||
|
||||
|
Since you mention linux, have a look at /proc/<pid>/maps
|
|
#3
|
|||
|
|||
|
thank you, VINO
|
|
#4
|
||||
|
||||
|
lsof -p <PID>
|
||||
| Google The UNIX and Linux Forums |
| Thread Tools | |
| Display Modes | |
|
|