[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Bash Question



A good solution I use is running a command/program called screen.   Run
screen, start your application, press CTRL-a  then  d   to disconnect
from the session.  then type screen -r   to reconnect to the session
later.

  Don't worry about security issues, the only user that can reconnect to
the session is the user that started the session. 

  screen has a lot more functionality aswell, it's definitely worth
getting deeper into.

On Mon, 2004-09-20 at 18:25, Harold Crouch wrote:
> When I open a graphical application from the xterm prompt, the
> application is coupled to the xterm window. Closing xterm closes the
> application, whether I want it to or not.  I know that there is a
> switch that I can add to the xterm command that will uncouple xterm
> from the application.  I've been up and down the BASH man page about
> three times now and It isn't jumping out at me.  Would anyone know
> this switch off the top of their head?  
> 
> -
> To unsubscribe, send email to majordomo@silug.org with
> "unsubscribe silug-discuss" in the body.


-
To unsubscribe, send email to majordomo@silug.org with
"unsubscribe silug-discuss" in the body.