Dell EMC Specialist – Systems Administrator, SC Series — Question 3
Which option is used when running the journalctl command to query log messages regardless of capitalization?
Answer options
- A. option --casesensitive=YES/NO
- B. option -quotes
- C. option -ignorecase
- D. option --casesensitive=TRUE/FALSE
Correct answer: C
Explanation
The correct answer is C, as the option -ignorecase allows the journalctl command to perform case-insensitive searches. Options A and D involve case sensitivity, which is the opposite of what is needed for this query. Option B is not relevant to case sensitivity in log message searches.