Re: O_NONBLOCK setting "leak" outside of a process??

From: Philippe Troin
Date: Thu Feb 01 2007 - 18:16:30 EST


Denis Vlasenko <vda.linux@xxxxxxxxxxxxxx> writes:

> What share the same file descriptor? MC and programs started from it?

All the processes started from your shell share at least fds 0, 1 and 2.

> I thought after exec() fds atre either closed (if CLOEXEC) or
> becoming independent from parent process
> (i.e. it you seek, close, etc your fd, parent would not notice that).
>
> Am I wrong?

I'm afraid so. Seek position and flags are still shared after an
exec.

Phil.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/