Hi, I am trying to set a cronjob. OS is FEDORA CORE 4.
#crontab -e It is opening a file /tmp/crontab.XXXXHarH4r file (The lication of the file is visible at the bottom of vi editor) So I tried to set the job in ---------------------------- #vi /etc/crontab * * * * * /root/list_of_files.sh -------------------- Contents of list of files ========= ls -l >listfiles The assgined execute privilege for list_of_files.sh #chkconfig --list|grep cron anacron 0:off 1:off 2:on 3:on 4:on 5:on 6:off crond 0:off 1:off 2:on 3:on 4:on 5:on 6:off But the cronjob is not executing. Regards, Mathew
