dd,mdadm,parted,rsync,storage
This commit is contained in:
parent
cb00653688
commit
545ff2f6a3
11 changed files with 19 additions and 23 deletions
11
in/public/dd/index.rst
Normal file
11
in/public/dd/index.rst
Normal file
|
@ -0,0 +1,11 @@
|
|||
dd
|
||||
==
|
||||
|
||||
.. code:: shell
|
||||
|
||||
dd \
|
||||
if=/input/file \
|
||||
of=/output/file \
|
||||
bs=1048576 \
|
||||
count=1 \
|
||||
status=progress
|
Loading…
Add table
Add a link
Reference in a new issue