disk dumping (dd) in linux
dd command in linux used for disk dumping. using dd one can perform so many task in linux. Understand disk dumping with an example #dd if=/dev/sda of=a.txt bs=1M count=2000 in above command dd means disk dumping or dump data and it will create a file a.txt of size 2G if = is input file which… Read More disk dumping (dd) in linux