File: sysctl.8

package info (click to toggle)
manpages-ja 0.5.0.0.20080615-1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 20,508 kB
  • ctags: 1
  • sloc: sh: 13,690; perl: 157; makefile: 114
file content (92 lines) | stat: -rw-r--r-- 2,580 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
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
83
84
85
86
87
88
89
90
91
92
.\" Copyright 1999, George Staikos (staikos@0wned.org)
.\" This file may be used subject to the terms and conditions of the
.\" GNU General Public License Version 2, or any later version
.\" at your option, as published by the Free Software Foundation.
.\" This program is distributed in the hope that it will be useful,
.\" but WITHOUT ANY WARRANTY; without even the implied warranty of
.\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
.\" GNU General Public License for more details."
.\"
.\" Japanese Version Copyright (c) 2000 NAKANO Takeo all rights reserved.
.\" Translated Tue Nov 14 2000 by NAKANO Takeo <nakano@apm.seikei.ac.jp>
.\" Updated & Modified Sat Jul 16 14:46:59 JST 2005
.\"         by Yuichi SATO <ysato444@yahoo.co.jp>
.\"
.TH SYSCTL 8 "21 Sep 1999" "" ""
.SH ̾
sysctl \- ¹Ի˥ͥѥ᡼ꤹ
.SH 
.B "sysctl [-n] [-e] variable ..."
.br
.B "sysctl [-n] [-e] [-q] -w variable=value ..."
.br
.B "sysctl [-n] [-e] [-q] -p <filename>"
.br
.B "sysctl [-n] [-e] -a"
.br
.B "sysctl [-n] [-e] -A"
.SH 
.B sysctl
ϥͥΥѥ᡼¹Ի˽ΤѤ롣
ѹǤѥ᡼ /proc/sys/ ʲ˥ꥹȤƤΤǤ롣
Linux ˤ
.B sysctl
εǽˤ procfs ɬפǤ롣
.B sysctl
 sysctl ǡɤ߽ξ˻Ȥ롣
.SH ѥ᡼
.TP
.B "variable"
ɤ߼оݤȤ륭̾㤨 kernel.ostype ʤɡ
ѥ졼Ȥ '.'  '/' Ѥ뤳ȤǤ롣
.TP
.B "variable=value"
ꤹ variable ϥǡ
value ΥꤵͤǤ롣
value ˥Ȥ䥷ˤäƥѡʸäƤϡ
value Τ֥륯Ȥdzɬפ롣
λ򤷤 \-w ѥ᡼ꤷʤФʤʤ
.TP
.B "-n"
̾ɽͤɽ롣
.TP
.B "-e"
ʥˤĤƤΥ顼̵뤹롣
.TP
.B "-N"
̾Τߤɽ롣
ץ䴰ĥΩġ
.TP
.B "-q"
ͤΥåȤɸϤɽʤ
.TP
.B "-w"
sysctl ѹˤϡΥץꤹ롣
.TP
.B "-p"
ꤵ줿ե뤫ɤ߹Ƥ sysctl ˥ɤ
(ե꤬ʤ /etc/sysctl.conf )
.TP
.B "-a"
ѤǤƤͤɽ롣
.TP
.B "-A"
ѤǤƤͤɽɽ롣
.SH 
.TP
/sbin/sysctl -a
.TP
/sbin/sysctl -n kernel.hostname
.TP
/sbin/sysctl -w kernel.domainname="example.com"
.TP
/sbin/sysctl -p /etc/sysctl.conf 
.SH ե
.I /proc/sys
.I /etc/sysctl.conf
.SH Ϣ
.BR sysctl.conf (5)
.SH Х
\-A ѥ᡼ \-a Ʊ褦ˤưʤ
.SH 
George Staikos, <staikos@0wned.org>