On Sat, 20 Oct 2012, Michael Zintakis wrote:
I am trying to find out what is the process of loading a shared object file (.so) and the process of loading and executing a binary file (like /bin/bash for example) and what part of the Linux system (or files - like ld-linux.so may be?) is responsible for that process?
I guess you could start from here: http://en.wikipedia.org/wiki/Dynamic_linker and follow the links. -- Marc Glisse