LPIC-1 Exam 102, Part 2 of 2, version 5.0 102-500 Question # 62 Topic 7 Discussion
102-500 Exam Topic 7 Question 62 Discussion:
Question #: 62
Topic #: 7
Which of the following fields are available in both the global /etc/crontab file as well as in user-specific crontab files? (Select TWO correct answers)
The crontab file format consists of six fields: minute, hour, day of month, month, day of week, and command. The user-specific crontab files have the same format as the global /etc/crontab file, except that they do not have the username field. The username field is only present in the system-wide crontab files and specifies which user will run the cron job. The year field is not a valid crontab field and is not supported by cron. References:
Scheduling Cron Jobs with Crontab | Linuxize
Crontab Explained in Linux [With Examples]
Contribute your Thoughts:
Chosen Answer:
This is a voting comment (?). You can switch to a simple comment. It is better to Upvote an existing comment if you don't have anything to add.
Submit