]> git.proxmox.com Git - mirror_lxc.git/blame - doc/ko/common_options.sgml.in
doc: Add LXC_CGNS_AWARE env to Korean lxc.container.conf(5)
[mirror_lxc.git] / doc / ko / common_options.sgml.in
CommitLineData
2b371b26
SY
1<!--
2
3lxc: linux Container library
4
5(C) Copyright IBM Corp. 2007, 2008
6
7Authors:
8Daniel Lezcano <dlezcano at fr.ibm.com>
9
10This library is free software; you can redistribute it and/or
11modify it under the terms of the GNU Lesser General Public
12License as published by the Free Software Foundation; either
13version 2.1 of the License, or (at your option) any later version.
14
15This library is distributed in the hope that it will be useful,
16but WITHOUT ANY WARRANTY; without even the implied warranty of
17MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
18Lesser General Public License for more details.
19
20You should have received a copy of the GNU Lesser General Public
21License along with this library; if not, write to the Free Software
22Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
23
24Translated into Korean
25by Sungbae Yoo <sungbae.yoo at samsung.com>
26
27-->
28
29<refsect1>
30 <title><!-- Common Options -->공통 옵션</title>
31
32 <para>
33 <!--
34 These options are common to most of lxc commands.
35 -->
36 이 옵션들은 대부분의 lxc 명령어들에서 공통으로 쓰인다.
37 </para>
38
39 <variablelist>
40 <varlistentry>
41 <term><option>-?, -h, --help</option></term>
42 <listitem>
43 <para>
44 <!--
45 Print a longer usage message than normal.
46 -->
47 사용법을 기존 출력하는 것보다 길게 출력한다.
48 </para>
49 </listitem>
50 </varlistentry>
51 <varlistentry>
52 <term><option>--usage</option></term>
53 <listitem>
54 <para>
55 <!--
56 Give the usage message
57 -->
58 사용법을 표시한다.
59 </para>
60 </listitem>
61 </varlistentry>
62
63 <varlistentry>
64 <term><option>-q, --quiet</option></term>
65 <listitem>
66 <para>
67 <!--
68 mute on
69 -->
70 결과를 표시하지 않는다.
71 </para>
72 </listitem>
73 </varlistentry>
74
75 <varlistentry>
76 <term><option>-P, --lxcpath=<replaceable>PATH</replaceable></option></term>
77 <listitem>
78 <para>
79 <!--
80 Use an alternate container path. The default is @LXCPATH@.
81 -->
82 컨테이너 경로를 직접 지정한다. 기본값은 @LXCPATH@이다.
83 </para>
84 </listitem>
85 </varlistentry>
86
87 <varlistentry>
88 <term><option>-o, --logfile=<replaceable>FILE</replaceable></option></term>
89 <listitem>
90 <para>
91 <!--
92 Output to an alternate log
93 <replaceable>FILE</replaceable>. The default is no log.
94 -->
95 로그의 경로를 <replaceable>FILE</replaceable>로 지정한다. 기본값은 로그를 출력하지 않는 것이다.
96 </para>
97 </listitem>
98 </varlistentry>
99
100 <varlistentry>
101 <term><option>-l, --logpriority=<replaceable>LEVEL</replaceable></option></term>
102 <listitem>
103 <para>
104 <!--
105 Set log priority to
106 <replaceable>LEVEL</replaceable>. The default log
107 priority is <literal>ERROR</literal>. Possible values are :
108 <literal>FATAL</literal>, <literal>CRIT</literal>,
109 <literal>WARN</literal>, <literal>ERROR</literal>,
110 <literal>NOTICE</literal>, <literal>INFO</literal>,
111 <literal>DEBUG</literal>.
112 -->
113 로그 수준을 <replaceable>LEVEL</replaceable>로 지정한다. 기본값은 <literal>ERROR</literal>이다. 사용 가능한 값 :
114 <literal>FATAL</literal>, <literal>CRIT</literal>,
115 <literal>WARN</literal>, <literal>ERROR</literal>,
116 <literal>NOTICE</literal>, <literal>INFO</literal>,
117 <literal>DEBUG</literal>.
118 </para>
119 <para>
120 <!--
121 Note that this option is setting the priority of the events
122 log in the alternate log file. It do not have effect on the
123 ERROR events log on stderr.
124 -->
125 이 옵션은 로그 파일에만 적용된다는 사실을 주의해야 한다. stderr로 출력되는 ERROR 로그에는 영향을 끼치지 않는다.
126 </para>
127 </listitem>
128 </varlistentry>
129
130 <varlistentry>
131 <term><option>-n, --name=<replaceable>NAME</replaceable></option></term>
132 <listitem>
133 <para>
134 <!--
135 Use container identifier <replaceable>NAME</replaceable>.
136 The container identifier format is an alphanumeric string.
137 -->
138 컨테이너 식별자로 <replaceable>NAME</replaceable>을 사용한다. 컨테이너 식별자의 형식은 알파벳-숫자 문자열이다.
139 </para>
140 </listitem>
141 </varlistentry>
2aeb28ec
SY
142
143 <varlistentry>
144 <term><option>--version</option></term>
145 <listitem>
146 <para>
147 <!--
148 Show the version number.
149 -->
150 버전 정보를 표시한다.
151 </para>
152 </listitem>
153 </varlistentry>
2b371b26
SY
154 </variablelist>
155
156</refsect1>
157
158<!-- Keep this comment at the end of the file
159Local variables:
160mode: sgml
161sgml-omittag:t
162sgml-shorttag:t
163sgml-minimize-attributes:nil
164sgml-always-quote-attributes:t
165sgml-indent-step:2
166sgml-indent-data:t
167sgml-parent-document:nil
168sgml-default-dtd-file:nil
169sgml-exposed-tags:nil
170sgml-local-catalogs:nil
171sgml-local-ecat-files:nil
172End:
173-->