🔥 3-day streak
Cisco CCNA Cybersecurity (200-201 CCNACBR)96 / 145
Question 96 of 145

An analyst is filtering web server logs to find requests where the URI path ends with a status code between 500 and 599 (server errors). They write the following grep expression against lines that end with the status code: grep -E ' 5[0-9]{2}$' access.log. Which set of trailing status codes will this regular expression match?

Reviewed for accuracy · Report an issueNext question