nerdexam
LPI

117-102 · Question #508

With insmod, the paths listed in /etc/modules.conf override the paths defined in MODPATH.

The correct answer is A. true. If the module file name is given without directories or extension, insmod will search for the module in some common default directories. The environment variable MODPATH can be used to override this default. If a module configuration file such as /etc/modules.conf exists, it…

108 Essential System Services

Question

With insmod, the paths listed in /etc/modules.conf override the paths defined in MODPATH.

Options

  • Atrue
  • Bfalse

How the community answered

(51 responses)
  • A
    80% (41)
  • B
    20% (10)

Explanation

If the module file name is given without directories or extension, insmod will search for the module in some common default directories. The environment variable MODPATH can be used to override this default. If a module configuration file such as /etc/modules.conf exists, it will override thepaths defined in MODPATH.

Topics

#insmod#modules.conf#MODPATH#module configuration

Community Discussion

No community discussion yet for this question.

Full 117-102 Practice