← 返回命令列表

Linux command

boltd 命令

文本

复制后可按需替换文件名、目录或参数。

常用示例

Start the bolt daemon

boltd

Start in foreground

boltd --replace

Check bolt daemon version

boltctl --version

List connected Thunderbolt devices

boltctl list

Authorize a device

boltctl authorize [device_uuid]

说明

boltd is the system daemon that manages Thunderbolt 3 and USB4 devices on Linux. It handles device authorization, security policies, and stores information about known devices to enable automatic authorization on reconnection. Thunderbolt security levels range from allowing all connections to requiring user authorization for each device. boltd interfaces with the kernel's Thunderbolt subsystem and provides a D-Bus API for device management. The daemon is typically started automatically by systemd. Users interact with it through boltctl, the command-line interface for managing Thunderbolt devices.

参数

--replace
Replace existing daemon instance.
--version
Show version information.

FAQ

What is the boltd command used for?

boltd is the system daemon that manages Thunderbolt 3 and USB4 devices on Linux. It handles device authorization, security policies, and stores information about known devices to enable automatic authorization on reconnection. Thunderbolt security levels range from allowing all connections to requiring user authorization for each device. boltd interfaces with the kernel's Thunderbolt subsystem and provides a D-Bus API for device management. The daemon is typically started automatically by systemd. Users interact with it through boltctl, the command-line interface for managing Thunderbolt devices.

How do I run a basic boltd example?

Run `boltd` in a terminal, then adjust file names, paths, flags, or remote targets for your system.

What does --replace do in boltd?

Replace existing daemon instance.