1> How to identify what library has been used in creating an executable from C source code using a command? 2> If a shared library is moved, how to execute an executable program (that uses shared library) without rebuilding it? 3> What option gcc supports to generate a core file? ---