Bug 1387891 - dd command in Creating USB Media requires root or sudo
Summary: dd command in Creating USB Media requires root or sudo
Keywords:
Status: NEW
Alias: None
Product: Fedora Documentation
Classification: Fedora
Component: install-guide
Version: devel
Hardware: All
OS: Linux
unspecified
low
Target Milestone: ---
Assignee: Jaromir Hradilek
QA Contact: Fedora Docs QA
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2016-10-23 04:50 UTC by skierpage
Modified: 2018-01-31 02:57 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed:


Attachments (Terms of Use)

Description skierpage 2016-10-23 04:50:46 UTC
https://docs.fedoraproject.org/en-US/Fedora/24/html/Installation_Guide/sect-preparing-boot-media.html says

Use the dd utility to write the image. _Make sure you have the right drive!_
  # dd if=/path/to/Fedora-Live-Security-x86_64-21.iso of=/dev/sdd

as the '#' prompt hints, you need to be root tin order to run this command. It would be better to be explicit, saying something like

Use the dd utility to write the image onto the USB drive. You need to be root to do this, hence the example uses `sudo`. _Make sure you have the right drive!_
  $ sudo dd if=/path/to/Fedora-Live-Security-x86_64-21.iso of=/dev/sdd


Note You need to log in before you can comment on or make changes to this bug.