Posted by: Pdfprep
Post Date: November 12, 2020
Which of the following files have the same contents based on their SHA checksum?
bash-3.2$ shasum *
b0f8ff8d3c376f802dd615e8a583d4df7306d02b cat.txt
88e513e9186d5f71453115ce8ae3c16057c827d8 chair.txt
b0f8ff8d3c376f802dd615e8a583d4df7306d02b chicken.txt
1f95e28fc1aaef50f1987237a73c8b5f1429d375 dog.txt
09bf76d43e9e04ab55884bf01740ea88fa15f4da table.txt
A . cat.txt, dog.txt, and table.txt
B . table.txt and chair.txt
C . chicken.txt and cat.txt
D . chicken.txt and dog.txt
Answer: C
Leave a Reply