READ Free Dumps For LPI- 117-201
Question ID 21522 | Which of the following commands will copy one disk partition /dev/sda3 to /dev/sdb3? |
Option A | dd if=/dev/sdb3 of =/dev/sda3 bs=4096 conv=notrunc |
Option B | dd if=/dev/sda3 of=/dev/sdb3 bs=4096 conv=notrunc |
Option C | dd --input /dev/sda3 --output /dev/sdb3 bs=4096 conv=notrunc |
Option D | dd --input /dev/sdb3 --output /dev/sda3 bs=4096 conv=notrunc |
Correct Answer | B |