1x2golistshadowsessions(8) X2Go Server Tool x2golistshadowsessions(8)
2
3
4
6 x2golistshadowsessions - List Available X2Go Shadow Sessions for User
7
9 x2golistshadowsessions [<server_hostname>|--all-servers]
10
11
13 x2golistshadowsessions returns a list of running or suspended X2Go
14 shadow sessions (sessions that provide the X2Go Desktop Sharing
15 feature) for X2Go server <server_hostname>. If no server hostname is
16 given at the command line, the shadow session list query runs for the
17 local system.
18
19 x2golistshadowsessions is run with normal user privileges and it is
20 used by X2Go clients to render a list of available X2Go shadow
21 sessions.
22
24 If x2golistshadowsessions is executed with the --all-servers option
25 then the central database of your X2Go cluster is queried for
26 running/suspended shadow sessions belonging to the user executing this
27 command. These sessions may be active on any of the X2Go servers
28 within your cluster.
29
31 A line-by-line list of available X2Go sessions. Each line consists of
32 several session attribute fields separated by the pipe symbol (,,|'').
33
34 The meaning of the session attributes of each output line are shown
35 below:
36
37 field 01: <agent_pid>
38 field 02: <session_id>
39 field 03: <port>
40 field 04: <host>
41 field 05: <state>
42 field 06: <init_time>
43 field 07: <session_cookie>
44 field 08: <client_ip>
45 field 09: <gr_port>
46 field 10: <snd_port>
47 field 11: <last_time>
48 field 12: <user>
49 field 13: <age_in_secs>
50 field 14: <sshfs_port>
51
52
53 As exitcode x2golistshadowsessions always returns 0.
54
56 x2golistsessions(8), x2golistdesktops(8), x2goresume-session(8),
57 x2gosuspend-session(8), x2goterminate-session(8)
58
60 This manual has been written by Mike Gabriel <mike.gabriel@das-
61 netzwerkteam.de> for the X2Go project (https://www.x2go.org).
62
63
64
65Version 4.1.0.3 Nov 2018 x2golistshadowsessions(8)