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