dd,mdadm,parted,rsync,storage

This commit is contained in:
Marc Beninca 2019-08-25 10:44:25 +02:00
parent cb00653688
commit 545ff2f6a3
11 changed files with 19 additions and 23 deletions

11
in/public/dd/index.rst Normal file
View file

@ -0,0 +1,11 @@
dd
==
.. code:: shell
dd \
if=/input/file \
of=/output/file \
bs=1048576 \
count=1 \
status=progress