How to copy data in temporary file Assignment Help

Assignment Help: >> Backup and Recovery - How to copy data in temporary file

Practice

This example displays how to copy the data in temporary file, /tmp/tmpfile to the destination which is inserted after removing the source.

#dd if=/tmp/tmpfile of=/dev/fd0

28+1 records in

28+1 records out

where 28+1 records in means

Numbers of partial and full blocks read in the current input block size. ie

28+1 records out means

Numbers of partial and full blocks written in the current output block size.

Where if=FILE

read from FILE instead of stdin

of=FILE

write to FILE instead of stdout bs=BYTES

force ibs=BYTES and obs=BYTES

At last remove the temporary file:

#rm /tmp/tempfile

Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd