READ Free Dumps For LPI- 117-201
Question ID 21488 | What command is used to create an ISO9660 filesystem that can be properly accessed from a Windows 95/98 |
Option A | mkisofs -l -o backup.iso /home/joe |
Option B | mkisofs -J -T -r -o backup.iso /home/joe |
Option C | mkisofs -D -T -o backup.iso /home/joe |
Option D | mkisofs -j -T -o backup.iso /home/joe |
Option E | mkisofs -d -T -o backup.iso /home/joe |
Correct Answer | B |
Question ID 21489 | In order to find all library dependencies of /usr/bin/foo, which of the following statement is true? |
Option A | Running ldconfig against /usr/bin/foo will show the required libraries |
Option B | Running ldd against /usr/bin/foo will show the required libraries |
Option C | It's necessary to compile the program again to check the library dependencies of foo. |
Option D | The ls -la command has to be run in the /usr/bin directory, to show all library dependencies of foo. |
Option E | Library dependencies are shown in the /usr/lib directory. |
Correct Answer | B |