Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Exit console kills bg processes!!
Name: Minthar Date: May 23, 2003 at 11:53:53 Pacific OS: Solaris CPU/Ram: Sparc
Comment:
Hi, I wish to exit the console which was used to start an application in Solaris(like in Windows). I tried the following in my script file.. but the console still exists. my script file startConsole.sh ======================= ./runConsole.sh & exit
======================= Where I'm calling another script file in order to put '&'. The runConsole.sh running a jar file as "java -jar ...."
Can you please let me know if there exists a way to exit the console after starting the application? I also tried "nohup ./startConsole.sh &" Still doesn't work. Any ideas?
Summary: I was wondering as to how do I kill defunct processes in Solaris 7 without rebooting the system. Any help would be appreciated. Regards, PVH. ...
Summary: Hi, Thanks, but I guess that you misunderstood my question. I want to exit the console automatically after it has started the application.That's no manuan exit or kill required. i.e. I don't like to l...