返回命令列表

Linux command

Burn ISO to USB

安全

May affect permissions or system state. Check the target first.

命令示例

Burn ISO to USB

dd if=iso.iso of=/dev/sdX bs=4M status=progress

说明

Useful Linux one-liner

FAQ

What is the dd command used for?

Useful Linux one-liner

How do I run a basic dd example?

Run `dd if=iso.iso of=/dev/sdX bs=4M status=progress` in a terminal, then adjust file names, paths, flags, or remote targets for your system.