LPIC-1 Exam 102 v5 (Linux Administrator) — Question 2
Which of the following fields are available in the standard format of both the global /etc/crontab file as well as in user-specific crontab files? (Choose two.)
Answer options
- A. Year
- B. Minute
- C. Username
- D. Effective group ID
- E. Command
Correct answer: B, E
Explanation
The correct answers, B (Minute) and E (Command), are present in both the global and user-specific crontab files, allowing for scheduling tasks. Options A (Year), C (Username), and D (Effective group ID) are not included in the standard format of user crontabs, which is why they are incorrect.