Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!uunet!husc6!cmcl2!rutgers!mit-eddie!uw-beaver!tektronix!orca!tekecs!doghouse!snoopy From: snoopy@doghouse.gwd.tek.com (Snoopy) Newsgroups: comp.unix.wizards Subject: Re: Symbolic Links Message-ID: <9142@tekecs.TEK.COM> Date: Wed, 31-Dec-69 18:59:59 EDT Article-I.D.: tekecs.9142 Posted: Wed Dec 31 18:59:59 1969 Date-Received: Fri, 18-Sep-87 06:11:04 EDT References: <8731@brl-adm.ARPA> <2789@ulysses.homer.nj.att.com> <1781@munnari.oz> <2912@ulysses.homer.nj.att.com> <1811@munnari.oz> <3728@elecvax.eecs.unsw.oz> Sender: nobody@tekecs.TEK.COM Reply-To: snoopy@doghouse.gwd.tek.com (Snoopy) Organization: The Daisy Hill Puppy Farm Lines: 26 In article <3728@elecvax.eecs.unsw.oz> neilb@elecvax.eecs.unsw.oz (Neil F. Brown) writes: >The thrust of my arguement is - do you ever really want to have a directory >in two different places? i.e. with two different absolute path names that >don't include the well-understood (I thought) `.' and `..'. Seems this would be pretty common nowadays with the various multi-machine filesystems out there (DFS/NFS/RFS(PD)/RFS(AT&T)/etc) ln -s //fileserver/project/src/foo/RCS RCS make foo There are now two pathnames to RCS. And the symbolic link should stay *symbolic* so that the link will still work after the disk partitions on fileserver get rearranged. Just like writing shellscripts using $HOME or ~/ instead of hard-coding your home directory. >If you don't, then generalised mounting will solve your problems. Is this generalised mount something a normal user can do, or do you have to be root? Do you have to remount everything everytime a machine goes down? Snoopy tektronix!doghouse.gwd!snoopy snoopy@doghouse.gwd.tek.com