Dave Hansen <[email protected]> writes: > On Fri, 2006-07-14 at 11:18 -0600, Eric W. Biederman wrote: >> /proc/<pid>/fd/... >> /proc/<pid>/exe >> /proc/<pid>/cwd >> >> It isn't quite the same as you are actually opening a second >> copy of the file descriptor but the essence is the same. > > Last I checked, those were symlinks and didn't work for things like > deleted files. Am I wrong? Yes. They are not really symlinks. Wanting to have an executable that was deleted after it was done executing. I wrote it to a file. opened it, unlinked it, set close on exec, and the exec'd it with /proc/self/fd/N. Eric - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
- Follow-Ups:
- Re: [PATCH -mm 5/7] add user namespace
- From: Dave Hansen <[email protected]>
- Re: [PATCH -mm 5/7] add user namespace
- References:
- Re: [PATCH -mm 5/7] add user namespace
- From: [email protected] (Eric W. Biederman)
- Re: [PATCH -mm 5/7] add user namespace
- From: Cedric Le Goater <[email protected]>
- Re: [PATCH -mm 5/7] add user namespace
- From: "Serge E. Hallyn" <[email protected]>
- Re: [PATCH -mm 5/7] add user namespace
- From: [email protected] (Eric W. Biederman)
- Re: [PATCH -mm 5/7] add user namespace
- From: Dave Hansen <[email protected]>
- Re: [PATCH -mm 5/7] add user namespace
- From: [email protected] (Eric W. Biederman)
- Re: [PATCH -mm 5/7] add user namespace
- From: "Serge E. Hallyn" <[email protected]>
- Re: [PATCH -mm 5/7] add user namespace
- From: [email protected] (Eric W. Biederman)
- Re: [PATCH -mm 5/7] add user namespace
- From: "Serge E. Hallyn" <[email protected]>
- Re: [PATCH -mm 5/7] add user namespace
- From: [email protected] (Eric W. Biederman)
- Re: [PATCH -mm 5/7] add user namespace
- From: "Serge E. Hallyn" <[email protected]>
- Re: [PATCH -mm 5/7] add user namespace
- From: [email protected] (Eric W. Biederman)
- Re: [PATCH -mm 5/7] add user namespace
- From: Dave Hansen <[email protected]>
- Re: [PATCH -mm 5/7] add user namespace
- Prev by Date: Re: [RFC][PATCH 3/6] SLIM main patch
- Next by Date: Re: [PATCH -mm 5/7] add user namespace
- Previous by thread: Re: [PATCH -mm 5/7] add user namespace
- Next by thread: Re: [PATCH -mm 5/7] add user namespace
- Index(es):