

MCQOPTIONS
Saved Bookmarks
1. |
You have to find out whether an application foo uses the shared library libbar.so. You can do this by: |
A. | ldd foo | grep libbar |
B. | grep libbar foo |
C. | find foo -lib libbar -print |
D. | ldconfig foo bar |
Answer» B. grep libbar foo | |