← 返回命令列表

Linux command

ubus 命令

文本

复制后可按需替换文件名、目录或参数。

常用示例

List

ubus list

Example

ubus call system board

Subscribe

ubus subscribe [event_name]

Example

ubus

说明

ubus is the command-line interface for interacting with the OpenWrt ubusd message bus server. It allows communication between different system services and provides access to system information and configuration. The ubus system enables IPC (inter-process communication) on OpenWrt routers and embedded systems, allowing scripts and applications to query and control system services.

FAQ

What is the ubus command used for?

ubus is the command-line interface for interacting with the OpenWrt ubusd message bus server. It allows communication between different system services and provides access to system information and configuration. The ubus system enables IPC (inter-process communication) on OpenWrt routers and embedded systems, allowing scripts and applications to query and control system services.

How do I run a basic ubus example?

Run `ubus list` in a terminal, then adjust file names, paths, flags, or remote targets for your system.

Where can I find more ubus examples?

This page includes 4 examples for ubus, plus related commands for nearby Linux tasks.