The Schworak Site | Log In | Up A Level

5. File formats and conventions eg /etc/passwd

Enter a Linux command to search for:

MODULES

Section: File Formats (5)
Updated: Version 1.2
Index  |  Return to Main Contents
 

NAME

/etc/modules - kernel modules to load at boot time  

DESCRIPTION

The /etc/modules file contains the names of kernel modules that are to be loaded at boot time, one per line. Options can only be specified using modprobe.d configuration files. Lines beginning with a '#' are ignored.  

EXAMPLE


    # /etc/modules: kernel modules to load at boot time.
    #
    # This file contains the names of kernel modules that
    # should be loaded at boot time, one per line. Lines
    # beginning with "#" are ignored.


    w83781d


    3c509
    nf_nat_ftp  

SEE ALSO

depmod(8) modprobe(8) modprobe.d(5)


 

Index

NAME
DESCRIPTION
EXAMPLE
SEE ALSO

Return to Main Contents

All content on this site is copyright ©2004-2024 and is not to be reproduced without prior permission.