what is stored at /lib/modules ?

Answers were Sorted based on User's Feedback



what is stored at /lib/modules ?..

Answer / krishna

It contains all the kernel modules that needed to be loaded
into kernel (booting etc). there will some .map, .dep
(dependency files) files present.

When the kernel needs a feature that is not resident in the
kernel, the kernel module daemon kmod[1] execs modprobe to
load the module in.

You can see what modules are already loaded into the kernel
by running lsmod, which gets its information by reading the
file /proc/modules

Is This Answer Correct ?    12 Yes 0 No

what is stored at /lib/modules ?..

Answer / sj

modular device driver files, mostly with .o extensions

Is This Answer Correct ?    2 Yes 5 No

Post New Answer

More Linux System Calls Interview Questions

why the kernel panic error was appering?

13 Answers   Air2Web, Allianz,


diff b/w spinlock, seamaphores and mutex and where to use it.

2 Answers   Intel,


1.Diff between Active and passive FTP? 2.What is anacron? 3.Diff between yum update and yum install while doing for kernel? 4.root_squash and no_root_squash does what? 5.What are the commands will you execute to find a new hardware? 6.How will you find out a lun allocated from SAN? 7.What is the main diff in CaT5 and CAT6 cable, except the 1/100 and 1/1000? 8.What is stale NFS and How will you fix it? 9.What is kernel panic error? 10.How will you recover password and shadow file, in case both got deleted. Explain the steps? 11.Explain boot process 12.What is network bonding. Explain the steps? 13.What are the exit codes returned by FSCK? 14.What is LDOM? 15.Diff between block and character device?

2 Answers   Wipro,


I would like to know whether Simado and Setu products are they EPBX or not ?

1 Answers   IBM,


what is iptabe on redhat linux?

3 Answers   CDAC,


if root user forget the password how to change it?

4 Answers   Wipro,


What are the signals we have in Linux

3 Answers   HCL, NetApp,


what is segmentation fault?

11 Answers   AdTel, NetApp,


how to configure http server on red hat linux4.0?

5 Answers   IBM,


what is the difference between user APIs and kernel system calls ?

1 Answers   NetApp,


linux system its not booting up its showing groub error what i need to do?

4 Answers   Wipro,


What do fork() internally call?

3 Answers  


Categories