I was running a script thru ssh w bash like this:
lynx http://192.168.100.34/dev/scripts/test_xxx.php
before it finished, I closed the ssh window, does anyone know if the script is going to stop, and when?
Thanks
I'm not positive, but I would think that since you didn't specify the command to run in the background that it would die when it's parent process was killed.
Thanks NogDog
What about if I run it thru browser, and I closed the browser before it finished? I know it would run for a while but not sure how it would stopped, does httpd check connections?