1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/linux/ubus.md

21 lines
302 B
Markdown
Raw Normal View History

2025-03-02 07:13:04 +02:00
# 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}}`
2025-03-26 00:36:41 +02:00
- Display help:
`ubus`