Solaris Developer Quiz December 6, 2006
What tool can be used to find out the dependent libraries of a process at run-time?a) pfiles
b) pldd
c) pstop
d) prun
The correct answer is b.
'pldd' lists the dynamic libraries linked into each process, including shared objects explicitly attached using dlopen(3C).
'pfiles' finds the list of open files of a running process.
'pstop' pauses a running process.
'prun' resumes the paused process.
本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u/27174/showart_465032.html
页:
[1]