Xref: utzoo comp.windows.misc:1024 comp.sys.next:1297 comp.sys.mac:25342 comp.cog-eng:915 Path: utzoo!attcan!uunet!lll-winken!ames!ncar!mailrus!iuvax!jec From: jec@iuvax.cs.indiana.edu (James E. Conley) Newsgroups: comp.windows.misc,comp.sys.next,comp.sys.mac,comp.cog-eng Subject: Re: Re^2: replacing the desktop metaphor (Why any metaphor?) Keywords: desktop metaphor, graphical interfaces, computing environments Message-ID: <16621@iuvax.cs.indiana.edu> Date: 19 Jan 89 17:01:29 GMT References: <850@mtfmi.att.com> <673@cogsci.ucsd.EDU> <223@torch.UUCP> <973@riddle.UUCP> <584@blake.acs.washington.edu> Reply-To: jec@iuvax.cs.indiana.edu (James E. Conley) Organization: Indiana University, Bloomington Lines: 11 You can do this with UNIX (at least Berkeley UNIX, don't use SissyV much around here). There is a system call called "chroot" that allows you to set a place in the file system as the root of the file system. When we were running Ultrix and needed to run things in a 4.3 environment we justed used a program called "root43". It isn't quite as convenient as A:, B: but it is more powerful in that you can use an arbitrary directory as the new root. James Conley Indiana University Computer Science jec@iuvax.cs.indiana.edu