The correct answer is B. Without additional configuration, all users may have user specific crontabs.
Explanation:
The existence of /etc/cron.allow and /etc/cron.deny files is a way to control which users are allowed to use the crontab command to manage their own cron jobs. However, these files are optional.
If neither file exists, the default behavior is to allow all users to create and manage their own crontabs.
If only /etc/cron.allow exists, only the users listed in that file are allowed to use crontab.
If only /etc/cron.deny exists, all users are allowed to use crontab except those listed in that file.
If both files exist, /etc/cron.allow takes precedence.
It's important to note that this behavior might vary slightly depending on the specific Linux distribution and its configuration. However, the general principle remains the same.
upvoted 1 times
...
Log in to ExamTopics
Sign in:
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
9866666
5 months, 1 week ago