A common way of transferring an image, e.g. an operating system install image or similar, onto an USB stick: # dd if=/path/to/input.file of=/dev/device A nicer way to do this: # pv