tldr/pages.zh/linux/boltctl.md

29 lines
499 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

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