Oh, oh, a great example of plasticfs!
mkdir /tmp/example cd /tmp/example PLASTICFS="chroot /tmp/example | viewpath /tmp/example /" \ LD_PRELOAD=libplasticfs.so \ bash
This is actually from the documentation file. Basically, if you want to open the file /etc/hello.txt, this is what will happen:
So... you can do your typical ./configure && make install without being root since all changes will be stored in /tmp/example!
Published on November 14, 2005 at 16:52 EST
Older post: Linux Package Management: A Solution?
Newer post: Groovy: Java, Perl-style