1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-21 21:42:08 +02:00
tldr/pages.es/linux/ubus.md
2025-03-10 05:56:11 +02:00

298 B

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}}