CompTIA Linux+ Powered by LPI (LX0-104) — Question 8

Which of the following parameters are used for journalctl to limit the time frame of the output? (Choose TWO correct answers.)

Answer options

Correct answer: B, C

Explanation

The correct answers are B and C, as --since= allows you to specify the starting point of the log entries, while --until= sets the endpoint. The other options either do not exist in journalctl or do not serve the purpose of limiting the time frame of output.