nerdexam
LPI

202-450 · Question #249

The program vsftpd, running in a chroot jail, gives the following error: /bin/vsftpD. error while loading shared libraries: libc.so.6: cannot open shared object filE. No such file or directory…

The correct answer is C. Copy the required library to the appropriate lib directory in the chroot jail. You've hit your weekly limit · resets 5am (America/New_York)

210 File Sharing

Question

The program vsftpd, running in a chroot jail, gives the following error: /bin/vsftpD. error while loading shared libraries: libc.so.6: cannot open shared object filE. No such file or directory. Which of the following actions would fix the error?

Options

  • AThe file /etc/ld.so.conf in the root filesystem must contain the path to the appropriate lib
  • BCreate a symbolic link that points to the required library outside the chroot jail.
  • CCopy the required library to the appropriate lib directory in the chroot jail.
  • DRun the program using the command chroot and the option --static_libs.

How the community answered

(50 responses)
  • A
    4% (2)
  • B
    10% (5)
  • C
    84% (42)
  • D
    2% (1)

Explanation

You've hit your weekly limit · resets 5am (America/New_York)

Topics

#vsftpd#chroot jail#shared libraries#FTP

Community Discussion

No community discussion yet for this question.

Full 202-450 Practice