]> git.proxmox.com Git - mirror_lxc.git/blame - doc/ko/common_options.sgml.in
Merge pull request #1789 from brauner/2017-09-06/fix_documentation
[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 142
14acde79
SY
143 <varlistentry>
144 <term><option>--rcfile=<replaceable>FILE</replaceable></option></term>
145 <listitem>
146 <para>
147 <!--
148 Specify the configuration file to configure the virtualization
149 and isolation functionalities for the container.
150 -->
151 컨테이너의 가상화 및 고립 기능들을 설정할 파일을 지정한다.
152 </para>
153 <para>
154 <!--
155 This configuration file if present will be used even if there is
156 already a configuration file present in the previously created
157 container (via lxc-create).
158 -->
159 이전에 만들어졌던 컨테이너에 설정 파일이 이미 있더라도, 이 옵션이 지정되어 있다면 해당 파일을 사용한다.
160 </para>
161 </listitem>
162 </varlistentry>
163
2aeb28ec
SY
164 <varlistentry>
165 <term><option>--version</option></term>
166 <listitem>
167 <para>
168 <!--
169 Show the version number.
170 -->
171 버전 정보를 표시한다.
172 </para>
173 </listitem>
174 </varlistentry>
2b371b26
SY
175 </variablelist>
176
177</refsect1>
178
179<!-- Keep this comment at the end of the file
180Local variables:
181mode: sgml
182sgml-omittag:t
183sgml-shorttag:t
184sgml-minimize-attributes:nil
185sgml-always-quote-attributes:t
186sgml-indent-step:2
187sgml-indent-data:t
188sgml-parent-document:nil
189sgml-default-dtd-file:nil
190sgml-exposed-tags:nil
191sgml-local-catalogs:nil
192sgml-local-ecat-files:nil
193End:
194-->