RE: How to detatch a process from the terminal
sh Pathak/Satyam) Subject RE: How to detatch a process from the terminal : Perhaps your process
RE: How to detatch a process from the terminal
Perhaps your process needs to see an input stream (stdin) and is dying when stdin closes. I'm not sure this is happening under nohup, but it's worth a try. Try: #nohup ./startserver.sh & < /dev/null I had a problem similar to this years ago trying to run: "shutdown -y -g0 -i6" on sun machines vi