bug-coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Bug in mv in Linux (RH9)


From: Johan Glimming
Subject: Bug in mv in Linux (RH9)
Date: Thu, 4 Dec 2003 21:20:53 +0100 (CET)

Dear GNU

For a year now I have noted that the mv command has had a bug with respect
to moving files from symbolically linked directories, e.g.

$ cd ~
$ mkdir a a/b
$ ln -s a/b b
$ echo > a/b/y
$ cd b
$ mv x ..              (or: cp x ..)

The problem here is that x now is in the directory ~/a rather
than ~ as one would expect, having entered b from ~.

J. Glimming





reply via email to

[Prev in Thread] Current Thread [Next in Thread]