mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-03-28 21:16:20 +01:00
boltctl: add page (#5786)
This commit is contained in:
parent
fb60f3d73e
commit
c1259f5d7b
2 changed files with 56 additions and 0 deletions
28
pages.zh/linux/boltctl.md
Normal file
28
pages.zh/linux/boltctl.md
Normal file
|
@ -0,0 +1,28 @@
|
|||
# boltctl
|
||||
|
||||
> 控制雷电 (thunderbolt) 设备。
|
||||
> 更多信息:<https://manned.org/boltctl>.
|
||||
|
||||
- 列出已连接并授权的设备:
|
||||
|
||||
`boltctl`
|
||||
|
||||
- 列出已连接的设备,且包含未授权的设备:
|
||||
|
||||
`boltctl list`
|
||||
|
||||
- 临时授权一个设备:
|
||||
|
||||
`boltctl authorize {{设备uuid}}`
|
||||
|
||||
- 授权并记住一个设备:
|
||||
|
||||
`boltctl enroll {{设备uuid}}`
|
||||
|
||||
- 取消一个设备的授权:
|
||||
|
||||
`boltctl forget {{设备uuid}}`
|
||||
|
||||
- 显示一个设备的详细信息:
|
||||
|
||||
`boltctl info {{设备uuid}}`
|
28
pages/linux/boltctl.md
Normal file
28
pages/linux/boltctl.md
Normal file
|
@ -0,0 +1,28 @@
|
|||
# boltctl
|
||||
|
||||
> Control thunderbolt devices.
|
||||
> More information: <https://manned.org/boltctl>.
|
||||
|
||||
- List connected (and authorized) devices:
|
||||
|
||||
`boltctl`
|
||||
|
||||
- List connected devices, including unauthorized ones:
|
||||
|
||||
`boltctl list`
|
||||
|
||||
- Authorize a device temporarily:
|
||||
|
||||
`boltctl authorize {{device_uuid}}`
|
||||
|
||||
- Authorize and remember a device:
|
||||
|
||||
`boltctl enroll {{device_uuid}}`
|
||||
|
||||
- Revoke a previously authorized device:
|
||||
|
||||
`boltctl forget {{device_uuid}}`
|
||||
|
||||
- Show more information about a device:
|
||||
|
||||
`boltctl info {{device_uuid}}`
|
Loading…
Add table
Reference in a new issue