]> git.proxmox.com Git - mirror_lxc.git/blob - doc/ko/legacy/lxc-ls.sgml.in
doc: Add Korean man pages
[mirror_lxc.git] / doc / ko / legacy / lxc-ls.sgml.in
1 <!--
2
3 lxc: linux Container library
4
5 (C) Copyright IBM Corp. 2007, 2008
6
7 Authors:
8 Daniel Lezcano <dlezcano at fr.ibm.com>
9
10 This library is free software; you can redistribute it and/or
11 modify it under the terms of the GNU Lesser General Public
12 License as published by the Free Software Foundation; either
13 version 2.1 of the License, or (at your option) any later version.
14
15 This library is distributed in the hope that it will be useful,
16 but WITHOUT ANY WARRANTY; without even the implied warranty of
17 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
18 Lesser General Public License for more details.
19
20 You should have received a copy of the GNU Lesser General Public
21 License along with this library; if not, write to the Free Software
22 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
23
24 Translated into Korean
25 by Sungbae Yoo <sungbae.yoo at samsung.com>
26
27 -->
28
29 <!DOCTYPE refentry PUBLIC @docdtd@ [
30
31 <!ENTITY seealso SYSTEM "@builddir@/../see_also.sgml">
32 ]>
33
34 <refentry>
35
36 <docinfo><date>@LXC_GENERATE_DATE@</date></docinfo>
37
38 <refmeta>
39 <refentrytitle>lxc-ls</refentrytitle>
40 <manvolnum>1</manvolnum>
41 </refmeta>
42
43 <refnamediv>
44 <refname>lxc-ls</refname>
45
46 <refpurpose>
47 <!--
48 list the containers existing on the system
49 -->
50 시스템 내에 존재하는 컨테이너들의 리스트 표시
51 </refpurpose>
52 </refnamediv>
53
54 <refsynopsisdiv>
55 <cmdsynopsis>
56 <command>lxc-ls</command>
57 <arg choice="opt">--active</arg>
58 <arg choice="opt">ls option</arg>
59 </cmdsynopsis>
60 </refsynopsisdiv>
61
62 <refsect1>
63 <title><!-- Description -->설명</title>
64 <para>
65 <!--
66 <command>lxc-ls</command> list the containers existing on the
67 system.
68 -->
69 <command>lxc-ls</command>는 시스템 내에 존재하는 컨테이너들의 리스트를 표시한다.
70 </para>
71 </refsect1>
72
73 <refsect1>
74 <title><!-- Options -->옵션</title>
75 <variablelist>
76
77 <varlistentry>
78 <term>
79 <option><optional>--active</optional></option>
80 </term>
81 <listitem>
82 <para>
83 <!--
84 List active containers.
85 -->
86 동작 중인 컨테이너들의 리스트를 표시한다.
87 </para>
88 </listitem>
89 </varlistentry>
90
91 <varlistentry>
92 <term>
93 <option><optional>ls options</optional></option>
94 </term>
95 <listitem>
96 <para>
97 <!--
98 The option passed to <command>lxc-ls</command> are the
99 same as the <command>ls</command> command.
100 -->
101 <command>lxc-ls</command>에는 <command>ls</command>와 같은 옵션을 사용할 수 있다.
102 </para>
103 </listitem>
104 </varlistentry>
105
106 </variablelist>
107
108 </refsect1>
109
110 <refsect1>
111 <title><!-- Examples -->예제</title>
112 <variablelist>
113 <varlistentry>
114 <term>lxc-ls -l</term>
115 <listitem>
116 <para>
117 <!--
118 list all the container and their permissions.
119 -->
120 모든 컨테이너들의 리스트와 그들의 퍼미션 정보를 표시한다.
121 </para>
122 </listitem>
123 </varlistentry>
124
125 <varlistentry>
126 <term>lxc-ls --active -1</term>
127 <listitem>
128 <para>
129 <!--
130 list active containers and display the list in one column.
131 -->
132 동작 중인 컨테이너들의 리스트를 1열로 표시한다.
133 </para>
134 </listitem>
135 </varlistentry>
136
137 </variablelist>
138 </refsect1>
139
140 <refsect1>
141 <title><!-- See Also -->참조</title>
142
143 <simpara>
144 <citerefentry>
145 <refentrytitle>ls</refentrytitle>
146 <manvolnum>1</manvolnum>
147 </citerefentry>,
148 </simpara>
149
150 </refsect1>
151
152 &seealso;
153
154 <refsect1>
155 <title><!-- Author -->저자</title>
156 <para>Daniel Lezcano <email>daniel.lezcano@free.fr</email></para>
157 </refsect1>
158
159 </refentry>
160
161 <!-- Keep this comment at the end of the file
162 Local variables:
163 mode: sgml
164 sgml-omittag:t
165 sgml-shorttag:t
166 sgml-minimize-attributes:nil
167 sgml-always-quote-attributes:t
168 sgml-indent-step:2
169 sgml-indent-data:t
170 sgml-parent-document:nil
171 sgml-default-dtd-file:nil
172 sgml-exposed-tags:nil
173 sgml-local-catalogs:nil
174 sgml-local-ecat-files:nil
175 End:
176 -->