Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

opposite of disown

1 view
Skip to first unread message

Adrian Kubala

unread,
Jul 23, 2002, 11:34:40 AM7/23/02
to
Is there any way to "own" a process after it's been disowned? Thanks.

adrian

Christopher Browne

unread,
Jul 23, 2002, 1:23:29 PM7/23/02
to
Adrian Kubala <adr...@sixfingeredman.net> wrote:
> Is there any way to "own" a process after it's been disowned? Thanks.

That would presumably get called "adopt," and I don't think so...
--
(reverse (concatenate 'string "moc.enworbbc@" "enworbbc"))
http://cbbrowne.com/info/unix.html
I was thinking about how people seem to read the Bible a whole lot
more as they get older then it dawned on me...they were cramming for
their finals.

Lee J. Moore

unread,
Jul 23, 2002, 1:58:39 PM7/23/02
to
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hello Adrian Kubala, in comp.os.linux.misc recently, you wrote:
>
> Is there any way to "own" a process after it's been disowned? Thanks.

No. `disown` doesn't actually do anything to the process. It
just stops the parent shell handling it. Also, the descriptors
of a process cannot be altered by another process. This
includes "reowning" it as a child process.

- --
Lee J. Moore
Gentoo (Portage 2.0.13); Fluxbox 0.1.10

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.7 (GNU/Linux)

iEYEARECAAYFAj09mU0ACgkQ6k8to8I6M0xU+QCeN7WV8OcMgHp4WTUBy016sbwg
hToAoKg06+fAHbXbSzg4aZqB86EX/T16
=qb3O
-----END PGP SIGNATURE-----

JeroenV

unread,
Aug 3, 2002, 8:17:44 PM8/3/02
to
Hi,

"Lee J. Moore" <le...@dsl.pipex.com> wrote in message news:<slrnajr6a...@cafe.lan>...


> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> Hello Adrian Kubala, in comp.os.linux.misc recently, you wrote:
> >
> > Is there any way to "own" a process after it's been disowned? Thanks.
>
> No. `disown` doesn't actually do anything to the process. It
> just stops the parent shell handling it. Also, the descriptors
> of a process cannot be altered by another process. This
> includes "reowning" it as a child process.

Does this mean there's absolutely no way to do this?
Or maybe a 'half way'? For example, I tried to at least send a SIGCONT
to a disowned proces after closing it's original parent shell. That
also didn't work...

Cheers,
Jeroen

0 new messages