dbus-daemon

2023年1月1日 (日) 19:39時点におけるY (トーク | 投稿記録)による版 (→‎関連コマンド)
(差分) ← 古い版 | 最新版 (差分) | 新しい版 → (差分)

関連コマンド

コマンド 概要
busctl may be used to introspect and monitor the D-Bus bus. The following commands are understood: list, status, monitor, capture, tree, etc.
dbus-monitor is used to monitor messages going through a D-Bus message bus.
dbus-cleanup-sockets cleans up unused D-Bus connection sockets.
dbus-run-session used to start a session bus instance of dbus-daemon from a shell script, and start a specified program in that session. The dbus-daemon will run for as long as the program does, after which it will terminate.
dbus-send used to send a message to a D-Bus message bus.
dbus-update-activation-enviroment updates the list of environment variables used by dbus-daemon --session when it activates session services without using systemd.
dbus-uuidgen Utility to generate or read UUIDs. Note that the D-Bus UUID has no relationship to RFC 4122 and does not generate UUIDs compatible with that spec. Many systems have a separate command for that (often called "uuidgen").