File: modclean.8

package info (click to toggle)
modutils 2.3.11-13.1
  • links: PTS
  • area: main
  • in suites: potato
  • size: 1,156 kB
  • ctags: 1,038
  • sloc: ansic: 10,567; sh: 2,120; lex: 484; makefile: 479; yacc: 362
file content (32 lines) | stat: -rw-r--r-- 900 bytes parent folder | download | duplicates (3)
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
.\" Copyright 2000 Wichert Akkerman <wakkerma@debian.org>
.\" This program is distributed according to the GNU General Public License
.\" version 2 or later at your discression. See the file COPYING in the
.\" source directory
.\"
.TH MODCLEAN 8 "April 15, 2000" Linux "Linux Module Support"
.SH NAME
modclean \- automatically unload loadable modules
.SH SYNOPSIS
.B modclean
[ \-Vhi ] module ...
.SH DESCRIPTION
.B modclean
automatically unloads modules from the running kernel.
.PP
.B modclean
is a small daemon that occasionaly tries to unload kernel modules that
are no longer used either by userland or by other kernel modules.
.SH OPTIONS
.TP
.BR \-i \ sec
Change the sleep period between attempts to remove modules to
.I sec
seconds. The default is 300 seconds.
.TP
.B \-h
Show usage information and exit.
.TP
.B \-V
Show version informatino and exit.
.SH SEE ALSO
.BR rmmod (8),\ modules (2)