Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 26 Apr 2001 19:16:00 -0400
From:      Gary Geisbert <ggeisbert@e-centives.com>
To:        Mark Livingstone <mlivingstone@ottawa.com>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: how to run process in background?
Message-ID:  <01042619160001.00559@rootabega.bethesda.emaginet.com>
In-Reply-To: <20010426190722.A9129@tmd.df.ru>
References:  <20010426190722.A9129@tmd.df.ru>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thursday 26 April 2001 19:07, you wrote:
>
> How do i run a process in background except for using "screen" and "&"
> syntax? when i type "whatever &" and then exit my shell.. it tells me that
> the process is SIGHUPED (hangup, whatever..).. seems like it's running
> after that ok.. but i don't know how to reattach to it.
>
> is there another way? i heard about "fork". but man page doesn't say mcuch


nohup command &

// Gary

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




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