Files
cheatsheet-tldr/tldr/linux/ubus
2025-03-26 00:18:43 +00:00

26 lines
394 B
Plaintext

---
syntax: markdown
tags: [tldr, linux]
source: https://github.com/tldr-pages/tldr.git
---
# 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}}`
- Display help:
`ubus`