mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-02 09:15:24 +02:00
ubus: add Spanish translation (#15841)
This commit is contained in:
parent
e65555734a
commit
fefc61412c
1 changed files with 16 additions and 0 deletions
16
pages.es/linux/ubus.md
Normal file
16
pages.es/linux/ubus.md
Normal file
|
@ -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}}`
|
Loading…
Add table
Reference in a new issue