mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 01:02:09 +02:00
ubus: add page (#15823)
This commit is contained in:
parent
9d37495b39
commit
5f6cfca6d2
1 changed files with 16 additions and 0 deletions
16
pages/linux/ubus.md
Normal file
16
pages/linux/ubus.md
Normal file
|
@ -0,0 +1,16 @@
|
|||
# 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}}`
|
Loading…
Add table
Reference in a new issue