What is the difference between the crontab located in /etc/crontab and the crontab that can be edited using crontab -e?
|
feedback
|
|
As Ignacio said, The format of
while Notice in a per user crontab there is no 'user' field.
In Linux distros, per user crontabs are typically stored in: | |||
|
feedback
|
|
One is the system crontab and can only be edited by root, and the other is the user crontab and can be edited by a user and exists per user. | |||
|
feedback
|