update dd description

coverage
Ali Vakilzade 2018-01-08 10:12:00 +03:30 committed by GitHub
parent 40985caeea
commit 224fbb045c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -18,6 +18,6 @@
`dd if=/dev/zero of={{file_1GB}} bs=1024 count=1000000`
- Check dd progress (Run this command in another shell then check dd output):
- Check progress of an ongoing dd operation (Run this command from another shell):
`kill -USR1 $(pgrep ^dd)`