mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-15 01:48:40 +00:00
Update cheatsheets
This commit is contained in:
33
linux/boltctl
Normal file
33
linux/boltctl
Normal file
@@ -0,0 +1,33 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, linux]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# 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}}`
|
||||
Reference in New Issue
Block a user