💻 Software
Difference between /etc/crontab and "crontab -e"
Fresh5 days ago
Mar 15, 202662259 viewsConfidence Score1%
1%
Problem
What is the difference between the crontab located in and the crontab that can be edited using ?
Error Output
/etc/crontab
Unverified for your environment
Select your OS to check compatibility.
1 Fix
Canonical Fix
Unverified Fix
New Fix – Awaiting Verification
Fix for: Difference between /etc/crontab and "crontab -e"
Low Risk
As Ignacio said, is the system wide crontab. The format of is like this: while is per user, it's worth mentioning with no argument the crontab command goes to the current users crontab. You can do to edit a specific users crontab. Notice in a per user crontab there is no 'user' field. An aspect of crontabs that may be confusing is that root also has its own crontab. e.g. will not edit See Configuring cron. In most Linux distros, per user crontabs are typically stored in: (vixie-cron). RHEL base…
Awaiting Verification
Be the first to verify this fix
Sign in to verify this fix