What will the following Linux command accomplish?
dd if=/dev/mem of=/home/sam/mem.bin bs=1024
A.
Copy the master boot record to a file
B.
Copy the contents of the system folder to a file
C.
Copy the running memory to a file
D.
Copy the memory dump file to an image file