Valid GICSP Dumps shared by EduDump.com for Helping Passing GICSP Exam! EduDump.com now offer the newest GICSP exam dumps, the EduDump.com GICSP exam questions have been updated and answers have been corrected get the newest EduDump.com GICSP dumps with Test Engine here:
Which command can be used on a Linux system to search a file for a string of data and return the results to the screen?
Correct Answer: C
Comprehensive and Detailed Explanation From Exact Extract: The grep command (C) is a powerful and widely used Linux utility for searching text or data patterns within files and returning matching lines to the screen. It supports regular expressions, making it flexible for complex searches. type (A) displays the kind of command (shell builtin, file, alias). cat (B) outputs entire file contents but does not search. tail (D) shows the last lines of a file but also does not perform searches. In ICS security and forensic investigations (covered in GICSP), grep is essential for quickly finding relevant log entries or configuration data. Reference: GICSP Official Study Guide, Domain: ICS Security Operations & Incident Response Linux Command Line Basics (Referenced in GICSP) GICSP Training on Incident Response and Forensics Tools