Difference between revisions of "Translations:FAQ/43/zh"

From GhostBSD Wiki
Jump to: navigation, search
(Created page with "终端命令(镜像文件后缀为 iso,替换要刻录的设备为 'daX' ),需要root权限(以 root 用户,或者使用 sudo): : <code>dd if=''GhostBSD10.3-RELEAS...")
 
(No difference)

Latest revision as of 01:06, 27 September 2019

Information about message (contribute)
This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
Message definition (FAQ)
Here's an example using the console (use the filename of your ISO and make sure you replace the "daX" with the right device's name!). The following command needs root privileges (issue as user ''root'' or using ''sudo''):
: <code>dd if=''GhostBSD19.10.iso'' of=/dev/''daX'' bs=1m</code>
Translation终端命令(镜像文件后缀为 iso,替换要刻录的设备为 'daX' ),需要root权限(以 root 用户,或者使用 sudo):
: <code>dd if=''GhostBSD10.3-RELEASE-20160829-213046-mate-amd64.iso'' of=/dev/''daX'' bs=1m</code>

终端命令(镜像文件后缀为 iso,替换要刻录的设备为 'daX' ),需要root权限(以 root 用户,或者使用 sudo):

dd if=GhostBSD10.3-RELEASE-20160829-213046-mate-amd64.iso of=/dev/daX bs=1m