mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-02 21:15:44 +02:00
17 lines
277 B
Markdown
17 lines
277 B
Markdown
![]() |
# ubus
|
||
|
|
||
|
> Interact with an OpenWrt ubusd server.
|
||
|
> More information: <https://openwrt.org/docs/techref/ubus>.
|
||
|
|
||
|
- List available objects:
|
||
|
|
||
|
`ubus list`
|
||
|
|
||
|
- Retrieve system information in JSON format:
|
||
|
|
||
|
`ubus call system board`
|
||
|
|
||
|
- Listen to events:
|
||
|
|
||
|
`ubus subscribe {{event_name}}`
|