Bump to procps-ng 3.3.16
[platform/upstream/procps-ng.git] / sysctl.conf.5
1 .\" Copyright 1999, George Staikos (staikos@0wned.org)
2 .\" This file may be used subject to the terms and conditions of the
3 .\" GNU General Public License Version 2, or any later version
4 .\" at your option, as published by the Free Software Foundation.
5 .\" This program is distributed in the hope that it will be useful,
6 .\" but WITHOUT ANY WARRANTY; without even the implied warranty of
7 .\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
8 .\" GNU General Public License for more details."
9 .TH SYSCTL.CONF "5" "2019-09-21" "procps-ng" "File Formats"
10 .SH NAME
11 sysctl.conf \- sysctl preload/configuration file
12 .SH DESCRIPTION
13 .B sysctl.conf
14 is a simple file containing sysctl values to be read in and set by
15 .BR sysctl .
16 The syntax is simply as follows:
17 .RS
18 .sp
19 .nf
20 .ne 7
21 # comment
22 ; comment
23
24 token = value
25 .fi
26 .RE
27 .PP
28 Note that blank lines are ignored, and whitespace before and after a token or
29 value is ignored, although a value can contain whitespace within.  Lines which
30 begin with a # or ; are considered comments and ignored.
31
32 If a line begins with a single \-, any attempts to set the value that fail will be
33 ignored.
34
35 .SH NOTES
36 As the
37 .BR /etc/sysctl.conf
38 file is used to override default kernel parameter values, only a small number of parameters is predefined in the file.
39 Use
40 .IR /sbin/sysctl\ \-a
41 or follow
42 .BR sysctl (8)
43 to list all possible parameters. The description of individual parameters can be found in the kernel documentation.
44 .SH EXAMPLE
45 .RS
46 .sp
47 .nf
48 .ne 7
49 # sysctl.conf sample
50 #
51   kernel.domainname = example.com
52 ; this one has a space which will be written to the sysctl!
53   kernel.modprobe = /sbin/mod probe
54 .fi
55 .RE
56 .PP
57 .SH FILES
58 .TP
59 /run/sysctl.d/*.conf
60 .TQ
61 /etc/sysctl.d/*.conf
62 .TQ
63 /usr/local/lib/sysctl.d/*.conf
64 .TQ
65 /usr/lib/sysctl.d/*.conf
66 .TQ
67 /lib/sysctl.d/*.conf
68 .TQ
69 /etc/sysctl.conf
70 The paths where
71 sysctl
72 preload files usually exist.  See also
73 sysctl
74 option
75 .IR \-\-system .
76 .SH SEE ALSO
77 .BR sysctl (8)
78 .SH AUTHOR
79 .UR staikos@0wned.org
80 George Staikos
81 .UE
82 .SH "REPORTING BUGS"
83 Please send bug reports to
84 .UR procps@freelists.org
85 .UE