Chrissirhc
Programmer
Hi,
If in my crontab I have:
1 * * * * /home/me/nohup.sh
And in nohup.sh there is "nohup test.sh &"
In test.sh there is "ls -l"
Why when the crontab runs does nohup.out not get created?
Thanks,
Chris
If in my crontab I have:
1 * * * * /home/me/nohup.sh
And in nohup.sh there is "nohup test.sh &"
In test.sh there is "ls -l"
Why when the crontab runs does nohup.out not get created?
Thanks,
Chris