Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 4 Jun 2009 09:29:30 -0700
From:      Nerius Landys <nlandys@gmail.com>
To:        Barry Byrne <barry.byrne@wbtsystems.com>
Cc:        Martin McCormick <martin@dc.cis.okstate.edu>, freebsd-questions@freebsd.org
Subject:   Re: Can a Bourn Shell Script put itself in the background?
Message-ID:  <560f92640906040929p3786dd30n9b6a11dded90a44a@mail.gmail.com>
In-Reply-To: <C96FA0139A334A87B8432652524189DB@wbt.wbtsystems.com>
References:  <200906041406.n54E6Fts006668@dc.cis.okstate.edu> <C96FA0139A334A87B8432652524189DB@wbt.wbtsystems.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Just a thought, you can use the screen utility depending on what you
are trying to do.  For example if you want to start a job, long out of
the machine completely, and then return to your job to see how it's
running, you may choose to run screen.

> screen bash
(Press Control-A then d)
(Logout from shell)
(Log back in)
> screen -r

Hope this sheds some light.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?560f92640906040929p3786dd30n9b6a11dded90a44a>