
busctl
List of commands for busctl:
-
busctl:tldr:02b48 busctl: Dump messages being exchanged. If no service is specified, show all messages on the bus.$ busctl monitor ${service1 service2 ---}try on your machineexplain this command
-
busctl:tldr:94948 busctl: Show an object tree of one or more services (or all services if no service is specified).$ busctl tree ${service1 service2 ---}try on your machineexplain this command
-
busctl:tldr:9e546 busctl: Show interfaces, methods, properties and signals of the specified object on the specified service.$ busctl introspect ${service} ${path-to-object}try on your machineexplain this command
-
busctl:tldr:b20f0 busctl: Retrieve the current value of one or more object properties.$ busctl get-property ${service} ${path-to-object} ${interface_name} ${property_name}try on your machineexplain this command
-
busctl:tldr:bdbdd busctl: Invoke a method and show the response.$ busctl call ${service} ${path-to-object} ${interface_name} ${method_name}try on your machineexplain this command
-
busctl:tldr:e0a68 busctl: Show process information and credentials of a bus service, a process, or the owner of the bus (if no parameter is specified).$ busctl status ${select}try on your machineexplain this command
-
busctl:tldr:e5722 busctl: Show all peers on the bus, by their service names.$ busctl listtry on your machineexplain this command