From c1259f5d7b61191e72304efc5ec3409fb873021f Mon Sep 17 00:00:00 2001 From: noarchwastaken Date: Thu, 13 May 2021 02:15:30 +0000 Subject: [PATCH] boltctl: add page (#5786) --- pages.zh/linux/boltctl.md | 28 ++++++++++++++++++++++++++++ pages/linux/boltctl.md | 28 ++++++++++++++++++++++++++++ 2 files changed, 56 insertions(+) create mode 100644 pages.zh/linux/boltctl.md create mode 100644 pages/linux/boltctl.md diff --git a/pages.zh/linux/boltctl.md b/pages.zh/linux/boltctl.md new file mode 100644 index 000000000..5b150df34 --- /dev/null +++ b/pages.zh/linux/boltctl.md @@ -0,0 +1,28 @@ +# boltctl + +> 控制雷电 (thunderbolt) 设备。 +> 更多信息:. + +- 列出已连接并授权的设备: + +`boltctl` + +- 列出已连接的设备,且包含未授权的设备: + +`boltctl list` + +- 临时授权一个设备: + +`boltctl authorize {{设备uuid}}` + +- 授权并记住一个设备: + +`boltctl enroll {{设备uuid}}` + +- 取消一个设备的授权: + +`boltctl forget {{设备uuid}}` + +- 显示一个设备的详细信息: + +`boltctl info {{设备uuid}}` diff --git a/pages/linux/boltctl.md b/pages/linux/boltctl.md new file mode 100644 index 000000000..b059f8153 --- /dev/null +++ b/pages/linux/boltctl.md @@ -0,0 +1,28 @@ +# boltctl + +> Control thunderbolt devices. +> More information: . + +- 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}}`