![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| HP-UX HP-UX (Hewlett Packard UniX) is Hewlett-Packard's proprietary implementation of the Unix operating system, based on System V. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Listing Files | krishna_sicsr | High Level Programming | 3 | 04-05-2007 02:32 PM |
| customising listing of files | vasikaran | UNIX for Dummies Questions & Answers | 2 | 07-04-2005 03:11 AM |
| Listing of files | Vitalka | Linux | 1 | 03-02-2005 09:32 AM |
| help - listing files | richarmj | Filesystems, Disks and Memory | 2 | 10-02-2003 10:14 AM |
| Recursive directory listing without listing files | psingh | UNIX for Dummies Questions & Answers | 4 | 05-10-2002 11:52 AM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
listing .sl files for each process id in hp-ux 11i
Hi All,
I m trying to write a program similar to the ldd command. I have a list of process ids and for each of that process, I need to retrieve the list of libraries loaded for that particular process. Can we use pstat_getprocvm() to get the virtual address space of the process? How can i use the system call to get the .sl file listing for each PID. I am using hp-ux 11i system. I need to use only system calls and APIs to fetch the information that i require. Like in Linux, if you go to /proc/PID/maps file it will give the shared library list with each pid and and by parsing i could get it. But in hp-ux there is no such file and only a buch of system calls to fetch those information. How can i get the similar infomation in hp-ux. Any suggestion or code snoppet is most welcome. Thanks and Regards, sanjay |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|