]> git.ipfire.org Git - thirdparty/systemd.git/blame - man/loginctl.xml
po: Translated using Weblate (Indonesian)
[thirdparty/systemd.git] / man / loginctl.xml
CommitLineData
a61933ad 1<?xml version='1.0'?> <!--*-nxml-*-->
3a54a157 2<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
eea10b26 3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd">
db9ecf05 4<!-- SPDX-License-Identifier: LGPL-2.1-or-later -->
a61933ad 5
21ac6ff1 6<refentry id="loginctl" conditional='ENABLE_LOGIND'
798d3a52
ZJS
7 xmlns:xi="http://www.w3.org/2001/XInclude">
8
9 <refentryinfo>
10 <title>loginctl</title>
11 <productname>systemd</productname>
798d3a52
ZJS
12 </refentryinfo>
13
14 <refmeta>
15 <refentrytitle>loginctl</refentrytitle>
16 <manvolnum>1</manvolnum>
17 </refmeta>
18
19 <refnamediv>
20 <refname>loginctl</refname>
21 <refpurpose>Control the systemd login manager</refpurpose>
22 </refnamediv>
23
24 <refsynopsisdiv>
25 <cmdsynopsis>
26 <command>loginctl</command>
27 <arg choice="opt" rep="repeat">OPTIONS</arg>
28 <arg choice="req">COMMAND</arg>
29 <arg choice="opt" rep="repeat">NAME</arg>
30 </cmdsynopsis>
31 </refsynopsisdiv>
32
33 <refsect1>
34 <title>Description</title>
35
36 <para><command>loginctl</command> may be used to introspect and
37 control the state of the
38 <citerefentry><refentrytitle>systemd</refentrytitle><manvolnum>1</manvolnum></citerefentry>
39 login manager
40 <citerefentry><refentrytitle>systemd-logind.service</refentrytitle><manvolnum>8</manvolnum></citerefentry>.</para>
41 </refsect1>
42
798d3a52
ZJS
43 <refsect1>
44 <title>Commands</title>
45
46 <para>The following commands are understood:</para>
47
48 <refsect2><title>Session Commands</title><variablelist>
49
50 <varlistentry>
51 <term><command>list-sessions</command></term>
52
ea545174
MY
53 <listitem><para>List current sessions. The JSON format output can be toggled using <option>--json=</option>
54 or <option>-j</option> option.</para></listitem>
798d3a52
ZJS
55 </varlistentry>
56
57 <varlistentry>
1eecafb8 58 <term><command>session-status</command> <optional><replaceable>ID</replaceable>…</optional></term>
798d3a52
ZJS
59
60 <listitem><para>Show terse runtime status information about
61 one or more sessions, followed by the most recent log data
62 from the journal. Takes one or more session identifiers as
b938cb90 63 parameters. If no session identifiers are passed, the status of
798d3a52
ZJS
64 the caller's session is shown. This function is intended to
65 generate human-readable output. If you are looking for
66 computer-parsable output, use <command>show-session</command>
ec07c3c8
AK
67 instead.</para>
68
69 <xi:include href="version-info.xml" xpointer="v233"/></listitem>
798d3a52
ZJS
70 </varlistentry>
71
72 <varlistentry>
1eecafb8 73 <term><command>show-session</command> <optional><replaceable>ID</replaceable>…</optional></term>
798d3a52 74
5317451f
MY
75 <listitem><para>Show properties of one or more sessions or the manager itself. If no argument is
76 specified, properties of the manager will be shown. If a session ID is specified, properties of
77 the session are shown. Specially, if the given ID is <literal>self</literal>, the session to which
78 the <command>loginctl</command> process belongs is used. If <literal>auto</literal>, the current
79 session is used as with <literal>self</literal> if exists, and falls back to the current user's
80 graphical session. By default, empty properties are suppressed. Use <option>--all</option> to show
81 those too. To select specific properties to show, use <option>--property=</option>. This command
82 is intended to be used whenever computer-parsable output is required. Use <command>session-status</command>
83 if you are looking for formatted human-readable output.</para>
ec07c3c8
AK
84
85 <xi:include href="version-info.xml" xpointer="v233"/></listitem>
798d3a52
ZJS
86 </varlistentry>
87
88 <varlistentry>
89 <term><command>activate</command> <optional><replaceable>ID</replaceable></optional></term>
90
91 <listitem><para>Activate a session. This brings a session into
b938cb90 92 the foreground if another session is currently in the
798d3a52 93 foreground on the respective seat. Takes a session identifier
b938cb90 94 as argument. If no argument is specified, the session of the
ec07c3c8
AK
95 caller is put into foreground.</para>
96
97 <xi:include href="version-info.xml" xpointer="v219"/></listitem>
798d3a52
ZJS
98 </varlistentry>
99
100 <varlistentry>
1eecafb8
ZJS
101 <term><command>lock-session</command> <optional><replaceable>ID</replaceable>…</optional></term>
102 <term><command>unlock-session</command> <optional><replaceable>ID</replaceable>…</optional></term>
798d3a52
ZJS
103
104 <listitem><para>Activates/deactivates the screen lock on one
105 or more sessions, if the session supports it. Takes one or
106 more session identifiers as arguments. If no argument is
b938cb90 107 specified, the session of the caller is locked/unlocked.
ec07c3c8
AK
108 </para>
109
110 <xi:include href="version-info.xml" xpointer="v233"/></listitem>
798d3a52
ZJS
111 </varlistentry>
112
113 <varlistentry>
114 <term><command>lock-sessions</command></term>
115 <term><command>unlock-sessions</command></term>
116
117 <listitem><para>Activates/deactivates the screen lock on all
aefdc112
AK
118 current sessions supporting it. </para>
119
120 <xi:include href="version-info.xml" xpointer="v188"/></listitem>
798d3a52
ZJS
121 </varlistentry>
122
123 <varlistentry>
1eecafb8 124 <term><command>terminate-session</command> <replaceable>ID</replaceable>…</term>
798d3a52 125
9f48b4e4
LP
126 <listitem><para>Terminates a session. This kills all processes of the session and deallocates all
127 resources attached to the session. If the argument is specified as empty string the session invoking
ec07c3c8
AK
128 the command is terminated.</para>
129
130 <xi:include href="version-info.xml" xpointer="v233"/></listitem>
798d3a52
ZJS
131 </varlistentry>
132
133 <varlistentry>
1eecafb8 134 <term><command>kill-session</command> <replaceable>ID</replaceable>…</term>
798d3a52 135
9f48b4e4 136 <listitem><para>Send a signal to one or more processes of the session. Use
4ccde410 137 <option>--kill-whom=</option> to select which process to kill. Use <option>--signal=</option> to
9f48b4e4 138 select the signal to send. If the argument is specified as empty string the signal is sent to the
ec07c3c8
AK
139 session invoking the command.</para>
140
141 <xi:include href="version-info.xml" xpointer="v233"/></listitem>
798d3a52
ZJS
142 </varlistentry>
143 </variablelist></refsect2>
144
145 <refsect2><title>User Commands</title><variablelist>
146 <varlistentry>
147 <term><command>list-users</command></term>
148
ea545174
MY
149 <listitem><para>List currently logged in users. The JSON format output can be toggled using
150 <option>--json=</option> or <option>-j</option> option.</para></listitem>
798d3a52
ZJS
151 </varlistentry>
152
153 <varlistentry>
1eecafb8 154 <term><command>user-status</command> <optional><replaceable>USER</replaceable>…</optional></term>
798d3a52
ZJS
155
156 <listitem><para>Show terse runtime status information about
157 one or more logged in users, followed by the most recent log
158 data from the journal. Takes one or more user names or numeric
b938cb90 159 user IDs as parameters. If no parameters are passed, the status
34160d91
AJ
160 is shown for the user of the session of the caller. This
161 function is intended to generate human-readable output. If you
162 are looking for computer-parsable output, use
ec07c3c8
AK
163 <command>show-user</command> instead.</para>
164
165 <xi:include href="version-info.xml" xpointer="v233"/></listitem>
798d3a52
ZJS
166 </varlistentry>
167
168 <varlistentry>
1eecafb8 169 <term><command>show-user</command> <optional><replaceable>USER</replaceable>…</optional></term>
798d3a52
ZJS
170
171 <listitem><para>Show properties of one or more users or the
172 manager itself. If no argument is specified, properties of the
173 manager will be shown. If a user is specified, properties of
174 the user are shown. By default, empty properties are
175 suppressed. Use <option>--all</option> to show those too. To
176 select specific properties to show, use
177 <option>--property=</option>. This command is intended to be
178 used whenever computer-parsable output is required. Use
179 <command>user-status</command> if you are looking for
ec07c3c8
AK
180 formatted human-readable output.</para>
181
182 <xi:include href="version-info.xml" xpointer="v233"/></listitem>
798d3a52
ZJS
183 </varlistentry>
184
185 <varlistentry>
1eecafb8
ZJS
186 <term><command>enable-linger</command> <optional><replaceable>USER</replaceable>…</optional></term>
187 <term><command>disable-linger</command> <optional><replaceable>USER</replaceable>…</optional></term>
798d3a52
ZJS
188
189 <listitem><para>Enable/disable user lingering for one or more
190 users. If enabled for a specific user, a user manager is
191 spawned for the user at boot and kept around after logouts.
192 This allows users who are not logged in to run long-running
193 services. Takes one or more user names or numeric UIDs as
b938cb90 194 argument. If no argument is specified, enables/disables
65eb37f8
ZJS
195 lingering for the user of the session of the caller.</para>
196
197 <para>See also <varname>KillUserProcesses=</varname> setting in
198 <citerefentry><refentrytitle>logind.conf</refentrytitle><manvolnum>5</manvolnum></citerefentry>.
ec07c3c8
AK
199 </para>
200
201 <xi:include href="version-info.xml" xpointer="v233"/></listitem>
798d3a52
ZJS
202 </varlistentry>
203
204 <varlistentry>
1eecafb8 205 <term><command>terminate-user</command> <replaceable>USER</replaceable>…</term>
798d3a52 206
9f48b4e4
LP
207 <listitem><para>Terminates all sessions of a user. This kills all processes of all sessions of the
208 user and deallocates all runtime resources attached to the user. If the argument is specified as
ec07c3c8
AK
209 empty string the sessions of the user invoking the command are terminated.</para>
210
211 <xi:include href="version-info.xml" xpointer="v233"/></listitem>
798d3a52
ZJS
212 </varlistentry>
213
214 <varlistentry>
1eecafb8 215 <term><command>kill-user</command> <replaceable>USER</replaceable>…</term>
798d3a52 216
9f48b4e4
LP
217 <listitem><para>Send a signal to all processes of a user. Use <option>--signal=</option> to select
218 the signal to send. If the argument is specified as empty string the signal is sent to the sessions
ec07c3c8
AK
219 of the user invoking the command.</para>
220
221 <xi:include href="version-info.xml" xpointer="v233"/></listitem>
798d3a52
ZJS
222 </varlistentry>
223 </variablelist></refsect2>
224
225 <refsect2><title>Seat Commands</title><variablelist>
226 <varlistentry>
227 <term><command>list-seats</command></term>
228
ea545174
MY
229 <listitem><para>List currently available seats on the local system. The JSON format output can be
230 toggled using <option>--json=</option> or <option>-j</option> option.</para></listitem>
798d3a52
ZJS
231 </varlistentry>
232
233 <varlistentry>
1eecafb8 234 <term><command>seat-status</command> <optional><replaceable>NAME</replaceable>…</optional></term>
798d3a52
ZJS
235
236 <listitem><para>Show terse runtime status information about
237 one or more seats. Takes one or more seat names as parameters.
238 If no seat names are passed the status of the caller's
239 session's seat is shown. This function is intended to generate
240 human-readable output. If you are looking for
241 computer-parsable output, use <command>show-seat</command>
ec07c3c8
AK
242 instead.</para>
243
244 <xi:include href="version-info.xml" xpointer="v233"/></listitem>
798d3a52
ZJS
245 </varlistentry>
246
247 <varlistentry>
1eecafb8 248 <term><command>show-seat</command> <optional><replaceable>NAME</replaceable>…</optional></term>
798d3a52
ZJS
249
250 <listitem><para>Show properties of one or more seats or the
251 manager itself. If no argument is specified, properties of the
252 manager will be shown. If a seat is specified, properties of
253 the seat are shown. By default, empty properties are
254 suppressed. Use <option>--all</option> to show those too. To
255 select specific properties to show, use
256 <option>--property=</option>. This command is intended to be
257 used whenever computer-parsable output is required. Use
258 <command>seat-status</command> if you are looking for
ec07c3c8
AK
259 formatted human-readable output.</para>
260
261 <xi:include href="version-info.xml" xpointer="v233"/></listitem>
798d3a52
ZJS
262 </varlistentry>
263
264 <varlistentry>
1eecafb8 265 <term><command>attach</command> <replaceable>NAME</replaceable> <replaceable>DEVICE</replaceable>…</term>
798d3a52
ZJS
266
267 <listitem><para>Persistently attach one or more devices to a
268 seat. The devices should be specified via device paths in the
3b121157 269 <filename>/sys/</filename> file system. To create a new seat,
798d3a52 270 attach at least one graphics card to a previously unused seat
b938cb90 271 name. Seat names may consist only of a–z, A–Z, 0–9,
798d3a52
ZJS
272 <literal>-</literal> and <literal>_</literal> and must be
273 prefixed with <literal>seat</literal>. To drop assignment of a
274 device to a specific seat, just reassign it to a different
275 seat, or use <command>flush-devices</command>.
ec07c3c8
AK
276 </para>
277
278 <xi:include href="version-info.xml" xpointer="v233"/></listitem>
798d3a52
ZJS
279 </varlistentry>
280
281 <varlistentry>
282 <term><command>flush-devices</command></term>
283
284 <listitem><para>Removes all device assignments previously
285 created with <command>attach</command>. After this call, only
286 automatically generated seats will remain, and all seat
287 hardware is assigned to them.</para></listitem>
288 </varlistentry>
289
290 <varlistentry>
1eecafb8 291 <term><command>terminate-seat</command> <replaceable>NAME</replaceable>…</term>
798d3a52
ZJS
292
293 <listitem><para>Terminates all sessions on a seat. This kills
294 all processes of all sessions on the seat and deallocates all
ec07c3c8
AK
295 runtime resources attached to them.</para>
296
297 <xi:include href="version-info.xml" xpointer="v233"/></listitem>
798d3a52
ZJS
298 </varlistentry>
299 </variablelist></refsect2>
300
301 </refsect1>
302
e1fac8a6
ZJS
303 <refsect1>
304 <title>Options</title>
305
306 <para>The following options are understood:</para>
307
308 <variablelist>
309 <varlistentry>
310 <term><option>--no-ask-password</option></term>
311
312 <listitem><para>Do not query the user for authentication for
313 privileged operations.</para></listitem>
314 </varlistentry>
315
316 <varlistentry>
317 <term><option>-p</option></term>
318 <term><option>--property=</option></term>
319
320 <listitem><para>When showing session/user/seat properties,
321 limit display to certain properties as specified as argument.
322 If not specified, all set properties are shown. The argument
323 should be a property name, such as
324 <literal>Sessions</literal>. If specified more than once, all
325 properties with the specified names are
326 shown.</para></listitem>
327 </varlistentry>
328
329 <varlistentry>
330 <term><option>--value</option></term>
331
332 <listitem><para>When showing session/user/seat properties,
333 only print the value, and skip the property name and
ec07c3c8
AK
334 <literal>=</literal>.</para>
335
336 <xi:include href="version-info.xml" xpointer="v230"/></listitem>
e1fac8a6
ZJS
337 </varlistentry>
338
339 <varlistentry>
340 <term><option>-a</option></term>
341 <term><option>--all</option></term>
342
343 <listitem><para>When showing session/user/seat properties,
344 show all properties regardless of whether they are set or
345 not.</para></listitem>
346 </varlistentry>
347
348 <varlistentry>
349 <term><option>-l</option></term>
350 <term><option>--full</option></term>
351
352 <listitem><para>Do not ellipsize process tree entries.</para>
aefdc112
AK
353
354 <xi:include href="version-info.xml" xpointer="v198"/>
e1fac8a6
ZJS
355 </listitem>
356 </varlistentry>
357
358 <varlistentry>
4ccde410 359 <term><option>--kill-whom=</option></term>
e1fac8a6 360
771240fa
MY
361 <listitem><para>When used with <command>kill-session</command>, choose which processes to kill.
362 Takes one of <literal>leader</literal> or <literal>all</literal>, to select whether to kill only
363 the leader process of the session or all processes of the session. If omitted, defaults to
364 <option>all</option>.</para>
ec07c3c8
AK
365
366 <xi:include href="version-info.xml" xpointer="v252"/></listitem>
e1fac8a6
ZJS
367 </varlistentry>
368
369 <varlistentry>
370 <term><option>-s</option></term>
371 <term><option>--signal=</option></term>
372
97ab9dfc
ZJS
373 <listitem><para>When used with <command>kill-session</command> or <command>kill-user</command>,
374 choose which signal to send to selected processes. Must be one of the well known signal specifiers,
375 such as <constant>SIGTERM</constant>, <constant>SIGINT</constant> or <constant>SIGSTOP</constant>.
376 If omitted, defaults to <constant>SIGTERM</constant>.</para>
377
378 <para>The special value <literal>help</literal> will list the known values and the program will exit
379 immediately, and the special value <literal>list</literal> will list known values along with the
380 numerical signal numbers and the program will exit immediately.</para></listitem>
e1fac8a6
ZJS
381 </varlistentry>
382
383 <varlistentry>
384 <term><option>-n</option></term>
385 <term><option>--lines=</option></term>
386
387 <listitem><para>When used with <command>user-status</command>
388 and <command>session-status</command>, controls the number of
389 journal lines to show, counting from the most recent ones.
390 Takes a positive integer argument. Defaults to 10.</para>
ec07c3c8
AK
391
392 <xi:include href="version-info.xml" xpointer="v219"/>
e1fac8a6
ZJS
393 </listitem>
394 </varlistentry>
395
396 <varlistentry>
397 <term><option>-o</option></term>
398 <term><option>--output=</option></term>
399
400 <listitem><para>When used with <command>user-status</command>
401 and <command>session-status</command>, controls the formatting
402 of the journal entries that are shown. For the available
403 choices, see
404 <citerefentry><refentrytitle>journalctl</refentrytitle><manvolnum>1</manvolnum></citerefentry>.
ec07c3c8
AK
405 Defaults to <literal>short</literal>.</para>
406
407 <xi:include href="version-info.xml" xpointer="v219"/></listitem>
e1fac8a6
ZJS
408 </varlistentry>
409
410 <xi:include href="user-system-options.xml" xpointer="host" />
411 <xi:include href="user-system-options.xml" xpointer="machine" />
412
413 <xi:include href="standard-options.xml" xpointer="no-pager" />
414 <xi:include href="standard-options.xml" xpointer="no-legend" />
ea545174
MY
415 <xi:include href="standard-options.xml" xpointer="json" />
416 <xi:include href="standard-options.xml" xpointer="j" />
e1fac8a6
ZJS
417 <xi:include href="standard-options.xml" xpointer="help" />
418 <xi:include href="standard-options.xml" xpointer="version" />
419 </variablelist>
420 </refsect1>
421
798d3a52
ZJS
422 <refsect1>
423 <title>Exit status</title>
424
425 <para>On success, 0 is returned, a non-zero failure code
426 otherwise.</para>
427 </refsect1>
428
65eb37f8
ZJS
429 <refsect1>
430 <title>Examples</title>
431
432 <example>
433 <title>Querying user status</title>
434
435 <programlisting>$ loginctl user-status
436fatima (1005)
437 Since: Sat 2016-04-09 14:23:31 EDT; 54min ago
438 State: active
439 Sessions: 5 *3
440 Unit: user-1005.slice
441 ├─user@1005.service
1eecafb8 442
65eb37f8 443 ├─session-3.scope
1eecafb8 444
65eb37f8
ZJS
445 └─session-5.scope
446 ├─3473 login -- fatima
447 └─3515 -zsh
448
449Apr 09 14:40:30 laptop login[2325]: pam_unix(login:session):
450 session opened for user fatima by LOGIN(uid=0)
451Apr 09 14:40:30 laptop login[2325]: LOGIN ON tty3 BY fatima
452</programlisting>
453
454 <para>There are two sessions, 3 and 5. Session 3 is a graphical session,
455 marked with a star. The tree of processing including the two corresponding
456 scope units and the user manager unit are shown.</para>
457 </example>
458 </refsect1>
459
4ef3ca34 460 <xi:include href="common-variables.xml" />
798d3a52
ZJS
461
462 <refsect1>
463 <title>See Also</title>
13a69c12
DT
464 <para><simplelist type="inline">
465 <member><citerefentry><refentrytitle>systemd</refentrytitle><manvolnum>1</manvolnum></citerefentry></member>
466 <member><citerefentry><refentrytitle>systemctl</refentrytitle><manvolnum>1</manvolnum></citerefentry></member>
467 <member><citerefentry><refentrytitle>systemd-logind.service</refentrytitle><manvolnum>8</manvolnum></citerefentry></member>
468 <member><citerefentry><refentrytitle>logind.conf</refentrytitle><manvolnum>5</manvolnum></citerefentry></member>
469 </simplelist></para>
798d3a52 470 </refsect1>
a61933ad
LP
471
472</refentry>