i tried this(gedit /etc/crontab). it loads a file. the content of this file is different from what i have in crontab -e. why the difference ?
On Wed, Jan 23, 2013 at 12:31 PM, Reindl Harald h.reindl@thelounge.netwrote:
Am 23.01.2013 12:23, schrieb Adekoya Adekunle:
hi,
How can I open crontab with gedit any any other editor ? i want to edit my cron jobs with other editors beside vi
su - gedit /etc/crontab
On 01/23/2013 05:41 AM, Adekoya Adekunle wrote:
i tried this(gedit /etc/crontab). it loads a file. the content of this file is different from what i have in crontab -e. why the difference ?
On Wed, Jan 23, 2013 at 12:31 PM, Reindl Harald h.reindl@thelounge.netwrote:
Am 23.01.2013 12:23, schrieb Adekoya Adekunle:
hi,
How can I open crontab with gedit any any other editor ? i want to edit my cron jobs with other editors beside vi
su - gedit /etc/crontab
crontab -e is the crontab for the specific user in question (who you are logged as) ... while /etc/crontab is the "system" crontab.
i noticed something now. i setup a cron job with crontab -e on a local machine and things work fine. i logged into a remote machine with SSH and also setup the same job with crontab -e and things dont work
what could be the cause ? could the reason be related to the difference between crontab -e and /etc/crontab ?
i would love to read on this
On Wed, Jan 23, 2013 at 12:48 PM, Johnny Hughes johnny@centos.org wrote:
On 01/23/2013 05:41 AM, Adekoya Adekunle wrote:
i tried this(gedit /etc/crontab). it loads a file. the content of this file is different from what i have in crontab -e. why the difference ?
On Wed, Jan 23, 2013 at 12:31 PM, Reindl Harald <h.reindl@thelounge.net wrote:
Am 23.01.2013 12:23, schrieb Adekoya Adekunle:
hi,
How can I open crontab with gedit any any other editor ? i want to edit my cron jobs with other editors beside vi
su - gedit /etc/crontab
crontab -e is the crontab for the specific user in question (who you are logged as) ... while /etc/crontab is the "system" crontab.
CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
Am 23.01.2013 um 13:13 schrieb Adekoya Adekunle adekunleadekoya@gmail.com:
i noticed something now. i setup a cron job with crontab -e on a local machine and things work fine. i logged into a remote machine with SSH and also setup the same job with crontab -e and things dont work
what could be the cause ? could the reason be related to the difference between crontab -e and /etc/crontab ?
i would love to read on this
$ man 5 crontab
-- LF