Programowanie w systemie UNIX/depend: Różnice pomiędzy wersjami

Usunięta treść Dodana treść
Linia 12:
 
objdump -p /path/to/program | grep NEEDED
 
lub <ref>[http://unix.stackexchange.com/questions/120015/how-to-find-out-the-dynamic-libraries-executables-loads-when-run unix.stackexchange question how-to-find-out-the-dynamic-libraries-executables-loads-when-run]</ref>
 
readelf -d /bin/ls | grep 'NEEDED'
 
==czynny proces==