Last Updated on August 16, 2021 by Admin
What will the following Linux command accomplish?
dd if=/dev/mem of=/home/sam/mem.bin bs=1024
- Copy the master boot record to a file
- Copy the contents of the system folder to a file
- Copy the running memory to a file
- Copy the memory dump file to an image file