HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

boltctl — Control thunderbolt devices. More information: <https://manned.org/boltctl>.

Submitted by: @import:tldr-pages··
0
Viewed 0 times
boltctlcommanddevicesthunderboltcliinformationcontrolmore
linux

Problem

How to use the boltctl command: Control thunderbolt devices. More information: <https://manned.org/boltctl>.

Solution

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}}

Code Snippets

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}}

Context

tldr-pages: linux/boltctl

Revisions (0)

No revisions yet.