[Ilugc] Crontab setting

  • From: zenmurugan@xxxxxxxxx (Senthil Murugan)
  • Date: Fri May 19 11:56:23 2006

  I am using K shell. by using crontab -e I have added the following line.

  1 * * * * ls > /tmp/ls_out
  what is wrong with my statement.

if you want ot execute it for every 1 minute, give it as

*/1 * * * * ls > /tmp/ls_out

regards
Senthil Murugan

Other related posts: