TeleBOYWONDER
IS-IT--Management
Can someone quickly tell me when these jobs are running?(I thought the job was to run every 30 minutes).
Also what the "dev/null 2>&1" mean?(I am mostly interested in the 2>&1 as I believe the rest is sending background output to the null device. Although I would be eager to find out what the null device is too! )
Thanks in advance for the help.
00 3 * * * /export/home/pserv/tcs4/agent cron > /dev/null 2>&1
5,35 * * * * /export/home/pserv/tcs4/manpower cron > /dev/null 2>&1
r3bluma#
Also what the "dev/null 2>&1" mean?(I am mostly interested in the 2>&1 as I believe the rest is sending background output to the null device. Although I would be eager to find out what the null device is too! )
Thanks in advance for the help.
00 3 * * * /export/home/pserv/tcs4/agent cron > /dev/null 2>&1
5,35 * * * * /export/home/pserv/tcs4/manpower cron > /dev/null 2>&1
r3bluma#