Penguin
Blame: sysctl.conf(5)
EditPageHistoryDiffInfoLikePages
Annotated edit history of sysctl.conf(5) version 2, including all changes. View license author blame.
Rev Author # Line
1 perry 1 !!NAME
2
3 sysctl.conf - sysctl(8) preload/configuration file
2 AristotlePagaltzis 4
1 perry 5 !!DESCRIPTION
6
7 ''sysctl.conf'' is a simple file containing sysctl values
8 to be read in and set by sysctl(8). The syntax is simply as
9 follows:
10
2 AristotlePagaltzis 11 # comment
12 ; comment
13 token = value
1 perry 14
15 Note that blank lines are ignored, and whitespace before and
16 after a token or value is ignored, although a value can
17 contain whitespace within. Lines which begin with a # or ;
18 are considered comments and ignored.
2 AristotlePagaltzis 19
1 perry 20 !!EXAMPLE
21
2 AristotlePagaltzis 22 # sysctl.conf sample
23 #
24 kernel.domainname = example.com
25 ; this one has a space which will be written to the sysctl!
26 kernel.modprobe = /sbin/mod probe
1 perry 27
28 !!SEE ALSO
29
2 AristotlePagaltzis 30 __[sysctl(8)]__
1 perry 31
32 !!AUTHOR
33
2 AristotlePagaltzis 34 George Staikos
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.

PHP Warning

lib/blame.php:177: Warning: Invalid argument supplied for foreach() (...repeated 5 times)