LPI Exam Questions

CORRECT TEXT Type in the simplest command to list all …

CORRECT TEXT

Type in the simplest command to list all loaded modules?

Answer: lsmod

Explanation:
lsmod shows information about all loaded modules. The format is name, size, use count, list of referring modules. The information displayed is identical to that
available from /proc/modules.