Re: How Do I Get Rid Of The Terminal Emulator,
Before this extends into a flame war: It all depends on Your X configuration. The _basic_ behavior is that child processes are killed when their parent dies, so it is sensible to assume it is so when developing for a broad client base. If You do it for Yourself at home, it might not be that important. The nohup based option should be portable, whereas the no-nohup based option will most certainly break. H. -- Harald WagenerUni Bremen, Fb3 -- Informatik Systemadministration email: [EMAIL PROTECTED] Tel: +49 421 2184216 Mobil: +49 174 7530012 -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: How Do I Get Rid Of The Terminal Emulator,
> Before this extends into a flame war: It all depends on Your X > configuration. The _basic_ behavior is that child processes are killed > when their parent dies, so it is sensible to assume it is so when > developing for a broad client base. If You do it for Yourself at home, > it might not be that important. The nohup based option should be > portable, whereas the no-nohup based option will most certainly break. No. It depends on your shell. You don't need nohup when using bash. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]