1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-02 02:15:23 +02:00

ubus: add Spanish translation (#15841)

This commit is contained in:
Darío Hereñú 2025-03-10 00:56:11 -03:00 committed by GitHub
parent e65555734a
commit fefc61412c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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