boltctl: add page (#5786)

fix-hunspell-typos-042721
noarchwastaken 2021-05-13 02:15:30 +00:00 committed by GitHub
parent fb60f3d73e
commit c1259f5d7b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 56 additions and 0 deletions

28
pages.zh/linux/boltctl.md Normal file
View 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
View 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}}`