Linux dd Command
In this tutorial we learn how to use dd commmand in Linux. dd command is dd - convert and copy a file
In this tutorial we learn how to use dd command in Linux. dd command is dd - convert and copy a file
dd [OPERAND]...
dd OPTION
We can use man
and info
command to see the manual page of dd command.
dd command also have --help
option to show list of options.
To open man page for dd command we can use command below. To exit man or info page you can press q
.
man dd
To open info page for dd command we can use command below.
info dd
To open help page from dd command we can run command below.
dd --help
You can find dd command source code from the folowing repositories:
You can read tutorials of related Linux commands below:
In this tutorial we learn how to use dd in Linux with practical examples. Visit our Linux Commands guide to learn more about using command line interface in Linux.