Exam GICSP Topic 1 Question 16 Discussion
Actual exam question for GIAC's GICSP exam
Question #: 16
Topic #: 1
Question #: 16
Topic #: 1
Use diff to compare the Fisherman and NOLA text files located in the GIAC directory on the Desktop. Which word exists in one file, that does not exist in the other?
Suggested Answer: C Vote an answer
Comprehensive and Detailed Explanation From Exact Extract:
This question tests basic command-line skills, specifically using diff to compare text files, which is a common task in cybersecurity to detect differences or anomalies in configuration or log files.
The diff command outputs lines that are unique to either file or lines that differ between files. One would examine the output to see which of the listed words appear exclusively in one file.
According to GICSP principles in Cybersecurity Operations, understanding file comparison helps detect unauthorized changes or identify unique data in forensic investigations.
Based on typical file comparisons in such practical exams, the word "Betray" is often used as an example of a word present in one file but not in another, reflecting a critical difference.
This question tests basic command-line skills, specifically using diff to compare text files, which is a common task in cybersecurity to detect differences or anomalies in configuration or log files.
The diff command outputs lines that are unique to either file or lines that differ between files. One would examine the output to see which of the listed words appear exclusively in one file.
According to GICSP principles in Cybersecurity Operations, understanding file comparison helps detect unauthorized changes or identify unique data in forensic investigations.
Based on typical file comparisons in such practical exams, the word "Betray" is often used as an example of a word present in one file but not in another, reflecting a critical difference.
by Sebastian at Feb 11, 2026, 10:46 PM
0
0
0
10
Comments
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
Report Comment
Commenting
You can sign-up / login (it's free).