mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-10 12:15:41 +02:00
Update dd.md
This commit is contained in:
parent
cfb3eaf81d
commit
40985caeea
1 changed files with 1 additions and 1 deletions
|
@ -18,6 +18,6 @@
|
||||||
|
|
||||||
`dd if=/dev/zero of={{file_1GB}} bs=1024 count=1000000`
|
`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 dd progress (Run this command in another shell then check dd output):
|
||||||
|
|
||||||
`kill -USR1 $(pgrep ^dd)`
|
`kill -USR1 $(pgrep ^dd)`
|
||||||
|
|
Loading…
Add table
Reference in a new issue