Files
tldr/pages.zh/linux/boltctl.md
2021-08-31 15:13:49 +08:00

29 lines
499 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# boltctl
> 控制雷电thunderbolt设备。
> 更多信息:<https://manned.org/boltctl>.
- 列出已连接并授权的设备:
`boltctl`
- 列出已连接的设备,且包含未授权的设备:
`boltctl list`
- 临时授权一个设备:
`boltctl authorize {{设备uuid}}`
- 授权并记住一个设备:
`boltctl enroll {{设备uuid}}`
- 取消一个设备的授权:
`boltctl forget {{设备uuid}}`
- 显示一个设备的详细信息:
`boltctl info {{设备uuid}}`