Redirecting cron job output to log file

Crontab in linux

Crontab Explanation

How to redirecting cron job output to log file :

Note :

2>&1 indicates that the standard error (2>) is redirected to the same file descriptor that is pointed by standard output (&1).

Venkatesh

Hi Guys, I am Venkatesh. I am a programmer and an Open Source enthusiast. I write about programming and technology on this blog.

You may also like...

Leave a Reply