|
Search Forums:
|
|||||||
| Forums | Register | Forum Rules | Linux and Unix Links | Man Pages | Albums | FAQ | Users | Calendar | Search | Today's Posts | Mark Forums Read |
| Programming Post questions about C, C++, Java, SQL, and other programming languages here. |
|
|
|
Thread Tools | Search this Thread | 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 |
| Sponsored Links | |
|
|
|
#2
|
||||
|
||||
|
Since you mention linux, have a look at /proc/<pid>/maps
|
| Sponsored Links | ||
|
|
|
#3
|
|||
|
|||
|
thank you, VINO
|
|
#4
|
||||
|
||||
|
lsof -p <PID>
![]() |
| Sponsored Links | ||
|
|
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Running multiple processes in Linux | abcabc1103 | UNIX for Dummies Questions & Answers | 6 | 03-24-2009 07:29 AM |
| Wrong Shared objects getting loaded | nitin@tcs | AIX | 2 | 04-28-2008 03:51 PM |
| makefile for programs using libraries loaded at runtime | nadiamihu | Programming | 1 | 12-20-2006 08:46 AM |
| view libraries and contents of object files and shared library | naren_chella | HP-UX | 4 | 06-22-2006 10:12 AM |
| dynamically loaded libraries | rainshadow | Programming | 3 | 06-05-2005 12:31 AM |
|
|