bug-glibc
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: File-based system Information is problematic when chroot is used


From: Paul Jarc
Subject: Re: File-based system Information is problematic when chroot is used
Date: Thu, 26 Dec 2002 11:55:33 -0500
User-agent: Gnus/5.090008 (Oort Gnus v0.08) Emacs/21.2 (i686-pc-linux-gnu)

Manickam Palaniappan <address@hidden> wrote:
> P.S : Is there any possible way to revert back to Actual Root (
> possibly using chroot )

root=open("/", O_RDONLY);
chroot("somewhere);
...
fchdir(root);
chroot(".");


paul



reply via email to

[Prev in Thread] Current Thread [Next in Thread]