1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-06-07 11:45:59 +02:00

check dd progress with kill

This commit is contained in:
Ali Vakilzade 2018-01-07 23:02:47 +03:30 committed by GitHub
parent ed3334f048
commit cfb3eaf81d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,3 +17,7 @@
- Benchmark the write performance of a disk:
`dd if=/dev/zero of={{file_1GB}} bs=1024 count=1000000`
- Check dd progress (Run this command in another shell then check dd output)
`kill -USR1 $(pgrep ^dd)`