1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/linux/boltctl.md

29 lines
510 B
Markdown
Raw Normal View History

2021-05-13 02:15:30 +00:00
# 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}}`