MODULES.DEP(5) modules.dep MODULES.DEP(5)NAME
modules.dep, modules.dep.bin - Module dependency information
SYNOPSIS
/lib/modules/modules.dep
/lib/modules/modules.dep.bin
DESCRIPTION
modules.dep.bin is a binary file generated by depmod listing the dependencies for every module in the directories under
/lib/modules/version. It is used by kmod tools such as modprobe and libkmod.
Its text counterpar is located in the same directory with the name modules.dep. The text version is maintained only for easy of reading by
humans and is in no way used by any kmod tool.
These files are not intended for editing or use by any additional utilities as their format is subject to change in the future. You should
use the modinfo(8) command to obtain information about modules in a future proof and compatible fashion rather than touching these files.
COPYRIGHT
This manual page originally Copyright 2002, Rusty Russell, IBM Corporation. Maintained by Jon Masters and others.
SEE ALSO depmod(8), modprobe(8)AUTHORS
Jon Masters <jcm@jonmasters.org>
Developer
Lucas De Marchi <lucas.de.marchi@gmail.com>
Developer
kmod 01/28/2018 MODULES.DEP(5)
Check Out this Related Man Page
MODULES.DEP(5) modules.dep MODULES.DEP(5)NAME
modules.dep, modules.dep.bin - Module dependency information
SYNOPSIS
/lib/modules/modules.dep
/lib/modules/modules.dep.bin
DESCRIPTION
modules.dep.bin is a binary file generated by depmod listing the dependencies for every module in the directories under
/lib/modules/version. It is used by kmod tools such as modprobe and libkmod.
Its text counterpar is located in the same directory with the name modules.dep. The text version is maintained only for easy of reading by
humans and is in no way used by any kmod tool.
These files are not intended for editing or use by any additional utilities as their format is subject to change in the future. You should
use the modinfo(8) command to obtain information about modules in a future proof and compatible fashion rather than touching these files.
COPYRIGHT
This manual page originally Copyright 2002, Rusty Russell, IBM Corporation. Maintained by Jon Masters and others.
SEE ALSO depmod(8), modprobe(8)AUTHORS
Jon Masters <jcm@jonmasters.org>
Developer
Lucas De Marchi <lucas.de.marchi@gmail.com>
Developer
kmod 01/28/2018 MODULES.DEP(5)
RedHat 7.1
I get /etc/modules.conf is more recent than /lib/modules/2.4.2-2/modules.dep
This is currently running on a Dell Latitude CPi Laptop. (2 Replies)
Oh my head hurts...I installed RH6.2 & RH7.1 but still get error upon boot. "depmod: can't open /lib/modules/2.4.3-12BOOT/modules.dep for writing"
Box:Compaq Pro wkst XP1000
Your thoughts?
modules.dep (4 Replies)
Hi all. HPUX - /bin/sh (posix)
I am parsing a 3 field flat file, space deliminted
example data.file
acct dining mem
open 0 50
dep 50 0
close 255 0
acct plus mem
open 100 100
dep 50 0
close 323 0
I would like to find strings, then write the next 3 lines out to another file
... (8 Replies)
Hi.. I am new to unix !!!
Please help me in combining two files by validating the first column.
The files are tab limited !!!
I have a file which has the following contents...
DEPT1_BABYCARE 20 abce
DEPT2_PHARMACY 50 cdgde
DEPT3_WOMENS ... (7 Replies)
Sir,
I have the following modules to learn. The details of the modules in the syllabus published by the university are given below. There are some huge spelling mistakes in the syllabus. I have corrected few of them. Can u please quote the spelling mistakes in the syllabus if any and kindly... (1 Reply)
Hi all
I have a file which looks like this
1234|1|Jon|some text|some text
1234|2|Jon|some text|some text
3453|5|Jon|some text|some text
6533|2|Kate|some text|some text
4567|3|Chris|some text|some text
4567|4|Maggie|some text|some text
8764|6|Maggie|some text|some text
My third column is my... (9 Replies)
Hi Friends,
I have a file1
i want to retrieve only the fields which have DEP,CITY,TRANS as headers in other file.
Output:
I want to give the input as DEP,CITY,TRANS column names to get the output.
i used cut command .. but if i have 300 fileds it is more difficult to... (4 Replies)