LPIC-1 Exam 102 v5 (Linux Administrator) — Question 39
Which of the following parameters are used for journalctl to limit the time frame of the output? (Choose two.)
Answer options
- A. --since=
- B. --from=
- C. --until=
- D. --upto=
- E. --date=
Correct answer: A, C
Explanation
The correct options are --since= and --until= as they specify the start and end times for the logs displayed by journalctl. Options such as --from= and --upto= are not valid parameters for limiting the time frame, while --date= does not serve this purpose either.