summaryrefslogtreecommitdiffstats
path: root/upstream/opensuse-leap-15-6/man8/kmod.8
blob: 5a249cb9d43090312426ee000afc227dfa034afe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
'\" t
.\"     Title: kmod
.\"    Author: Lucas De Marchi <lucas.de.marchi@gmail.com>
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
.\"      Date: 01/29/2021
.\"    Manual: kmod
.\"    Source: kmod
.\"  Language: English
.\"
.TH "KMOD" "8" "01/29/2021" "kmod" "kmod"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.\" http://bugs.debian.org/507673
.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.ie \n(.g .ds Aq \(aq
.el       .ds Aq '
.\" -----------------------------------------------------------------
.\" * set default formatting
.\" -----------------------------------------------------------------
.\" disable hyphenation
.nh
.\" disable justification (adjust text to left margin only)
.ad l
.\" -----------------------------------------------------------------
.\" * MAIN CONTENT STARTS HERE *
.\" -----------------------------------------------------------------
.SH "NAME"
kmod \- Program to manage Linux Kernel modules
.SH "SYNOPSIS"
.HP \w'\fBkmod\fR\ 'u
\fBkmod\fR [\fBOPTIONS\fR...] [\fICOMMAND\fR] [\fBCOMMAND_OPTIONS\fR...]
.SH "DESCRIPTION"
.PP
\fBkmod\fR
is a multi\-call binary which implements the programs used to control Linux Kernel modules\&. Most users will only run it using its other names\&.
.SH "OPTIONS"
.PP
\fB\-V\fR \fB\-\-version\fR
.RS 4
Show the program version and exit\&.
.RE
.PP
\fB\-h\fR \fB\-\-help\fR
.RS 4
Show the help message\&.
.RE
.SH "COMMANDS"
.PP
\fBhelp\fR
.RS 4
Show the help message\&.
.RE
.PP
\fBlist\fR
.RS 4
List the currently loaded modules\&.
.RE
.PP
\fBstatic\-nodes\fR
.RS 4
Output the static device nodes information provided by the modules of the currently running kernel version\&.
.RE
.SH "COPYRIGHT"
.PP
This manual page originally Copyright 2014, Marco d\*(AqItri\&. Maintained by Lucas De Marchi and others\&.
.SH "SEE ALSO"
.PP
\fBlsmod\fR(8),
\fBrmmod\fR(8),
\fBinsmod\fR(8),
\fBmodinfo\fR(8),
\fBmodprobe\fR(8),
\fBdepmod\fR(8)
.SH "AUTHOR"
.PP
\fBLucas De Marchi\fR <\&lucas\&.de\&.marchi@gmail\&.com\&>
.RS 4
Developer
.RE