From mboxrd@z Thu Jan 1 00:00:00 1970 Message-Id: <200110101150.f9ABoZp12220@borja.sarenet.es> Content-Type: text/plain; charset="iso-8859-1" From: Borja Marcos To: 9fans@cse.psu.edu Subject: Re: [9fans] mv vs cp References: <3BC28DCE.DED058D9@null.net> <11311.1002627821@apnic.net> <3BC3CAF6.618A2A9@null.net> In-Reply-To: <3BC3CAF6.618A2A9@null.net> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Date: Wed, 10 Oct 2001 13:50:35 +0200 Topicbox-Message-UUID: 04eafb88-eaca-11e9-9e20-41e7f4b1d025 On Wednesday 10 October 2001 10:57, you wrote: > George Michaelson wrote: > > Surely hard links couldn't point to directories, ... > > Yes, they could. It was a common form of corruption in 6th Edition > UNIX. =09You could even do weird things. For example, this worked under SCO Uni= x. =09cd /some/directory =09mkdir another =09unlink .. =09link another .. =09unlink another =09And you had a directory called "/some/directory/.." which didn't actua= lly=20 point to "/some/directory", but was a new directory. It was a great way f= or=20 hackers to hide things in a machine. =09Borja.