mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-28 20:11:19 +08:00
ubus: add Spanish translation (#15841)
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
# ubus
|
||||
|
||||
> Interactúa con un servidor ubusd OpenWrt.
|
||||
> Más información: <https://openwrt.org/docs/techref/ubus>.
|
||||
|
||||
- Lista los objetos disponibles:
|
||||
|
||||
`ubus list`
|
||||
|
||||
- Recupera información del sistema en formato JSON:
|
||||
|
||||
`ubus call system board`
|
||||
|
||||
- Escucha eventos:
|
||||
|
||||
`ubus subscribe {{nombre_evento}}`
|
||||
Reference in New Issue
Block a user