1
0
Fork 0
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:
Managor 2025-03-02 07:13:04 +02:00 committed by GitHub
parent 9d37495b39
commit 5f6cfca6d2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

16
pages/linux/ubus.md Normal file
View 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}}`