mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-04 17:43:55 +00:00
Update cheatsheets
This commit is contained in:
21
tldr/linux/ubus
Normal file
21
tldr/linux/ubus
Normal file
@@ -0,0 +1,21 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, linux]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# 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}}`
|
||||
Reference in New Issue
Block a user