Hi,
My application starts at every 5 min
Below is the cron for it
In the cron I can understand that file is executing at path
/usr/local/applic/cmc/exe/start
then what is this code means
> /dev/null 2>&1
# Start up cmc applications every 5 minutes
4,9,14,19,24,29,34,39,44,49,54,59 * * * * /usr/local/applic/cmc/exe/start > /dev/null 2>&1
Many Thanks