hey actually iam taking the 5 fields required for sheduling from the user from a jsp page in a textbox and then sending this parameter to my linux script (iam running my script in jsp page itself) and there in the script iam appending my cronjob like
echo"$1 user /home/root/Desktop/kk.sh">>/etc/cron.d/file here $1 is the time field containing something like * * * * * the files get appended but the script is not getting scheduled what's the error in the above -- LUG@IITD - http://tinyurl.com/ycueutm
