[CDBUG-talk] Stupid question
Dan Langille
dan at langille.org
Thu Sep 1 16:48:09 EDT 2016
> On Sep 1, 2016, at 3:45 PM, freebsd at fongaboo.com wrote:
>
>
> On Thu, 1 Sep 2016, Patrick Muldoon wrote:
>
>>> On Sep 1, 2016, at 3:07 PM, freebsd at fongaboo.com wrote:
>>>
>>>
>>> What is the difference between editing /etc/crontab and running crontab -e?
>>
>>
>> /etc/crontab is system crontab
>>
>> crontab -e edits the user specific crontab, which is generally stored in /var/cron/tabs/${user}
>>
> I guess I knew that... But what are the differences/pros/cons to editing /etc/crontab vs. running crontab -e... AS ROOT??
>
>
You may wish to use sudoedit instead of editing a file as root.
More information about the CDBUG-talk
mailing list