Re: ln -s broken on 2.4.5

Alan Cox (alan@lxorguk.ukuu.org.uk)
Wed, 30 May 2001 22:49:18 +0100 (BST)


> The problem is only there if you specify a directory for the linked to
> component.
>
> [marcus@wine /tmp]$ strace -f ln -s fupp/berk xxx
> execve("/bin/ln", ["ln", "-s", "fupp/berk", "xxx"], [/* 39 vars */]) = 0
> ... ld stuff ... locale stuff ...

bash-2.04$ ln -s foo/frob eep
bash-2.04$ ls -l eep
lrwxrwxrwx 1 alan users 8 May 30 22:19 eep -> foo/frob
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/