1DBUS-JAVA(1) DBUS-JAVA(1)
2
3
4
6 ListDBus - List the names on a DBus
7
9 ListDBus [-y ] [--system ] [-s ] [--session ] [-o ] [--owners ] [-u ]
10 [--uids ] [-h ] [--help]
11
13 This manual page documents briefly the ListDBus command.
14
15 ListDBus lists all the names on DBus.
16
18 These programs follow the usual GNU command line syntax, with long op‐
19 tions starting with two dashes (`-'). A summary of options is included
20 below.
21
22 -s --session
23 List the Session Bus (This is the Default)
24
25 -y --system
26 List the System Bus (Default is Session)
27
28 -u --uids
29 Give the UIDs which own each name
30
31 -o --owners
32 Resolve any well-known names to their owners
33
34 -h --help
35 Show summary of options.
36
38 This manual page was written by Matthew Johnson <<de‐
39 bian@matthew.ath.cx>>. Permission is granted to copy, distribute and/or
40 modify this document under the terms of the GNU Lesser General Public
41 License, Version 2 as published by the Free Software Foundation.
42
43 On Debian systems, the complete text of the GNU Lesser General Public
44 License can be found in /usr/share/common-licenses/LGPL-2.
45
46
47
48 January 10, 2006 DBUS-JAVA(1)