nerdexam
Oracle

1Z0-100 · Question #2

Examine the command on its output: [root@FAROUT ~] # modprobe -v nfs Insmod /lib/modules/2.6.39- 100.0.12.e16uek.x86_64/kernel/fs/nfs_common/nfs_acl.ko insmod /lob/modules/2.6.39…

The correct answer is A. It will load the nfs module if all the modules upon which it depends have been loaded. B. It displays the dependency resolution for the nfs module and loads all the modules upon which. See the full explanation below for the reasoning.

Question

Examine the command on its output:

[root@FAROUT ~] # modprobe -v nfs Insmod /lib/modules/2.6.39- 100.0.12.e16uek.x86_64/kernel/fs/nfs_common/nfs_acl.ko insmod /lob/modules/2.6.39- 100.0.12.e16uek.x86_64/kernel/net/sunrpc/auth_gss/auth_rpcgss.ko Insmod /lib/modules/2.6.39- 100.0.12.e16uek.x86_64/kernel/fs/fscache/fscache/ko Insmod /lib/modules/2.6.39-100.0.12.e16uek.x86_64/kernel/fs/locked.ko Insmod /lib/modules/2.6.39-100.0.12.e16uek.x86_64/kernel/fs/nfs/nfs.ko Which two statements are true about the modprobe command?

Options

  • AIt will load the nfs module if all the modules upon which it depends have been loaded.
  • BIt displays the dependency resolution for the nfs module and loads all the modules upon which
  • CIt verifies that the nfs module and all other modules that depend on the nfs module are installed.
  • DIt displays the dependency resolution that would occur if the nfs module were to be loaded using
  • EIt only loads the nfs module if all the modules upon which it depends have not been loaded yet.

How the community answered

(23 responses)
  • A
    70% (16)
  • C
    9% (2)
  • D
    17% (4)
  • E
    4% (1)

Community Discussion

No community discussion yet for this question.

Full 1Z0-100 Practice