Examine the command on its output:
[
[email protected] ~] # 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?
- 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 nfs depends before loading the nfs module.
- C: It verifies that the nfs module and all other modules that depend on the nfs module are installed.
- D: It displays the dependency resolution that would occur if the nfs module were to be loaded using modprobe nfs.
- E: It only loads the nfs module if all the modules upon which it depends have not been loaded yet.