GNU bug report logs -
#6052
Is this "ln" bug?
Previous Next
Full log
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Hi,
Do you have some reason why -f (forced) parameter works ok if
destionation where link point is a file, then it could update link by
using forced mode.
If destionation where link point is folder then -f parameter not update
link in this situation.
[user <at> server linkki_testi]$ ll
total 16
drwxrwxr-x 4 user xxx 4096 Apr 27 14:21 .
drwxrwxr-x 9 user xxx 4096 Apr 27 14:20 ..
drwxrwxr-x 2 user xxx 4096 Apr 27 14:21 EKA_DIR
drwxrwxr-x 2 user xxx 4096 Apr 27 14:21 TOKA_DIR
[user <at> server linkki_testi]$ ln -sf
/home/user/tmp/linkki_testi/EKA_DIR
/home/user/tmp/linkki_testi/linkki_DIR
[user <at> server linkki_testi]$ ll
total 16
drwxrwxr-x 4 user xxx 4096 Apr 27 14:21 .
drwxrwxr-x 9 user xxx 4096 Apr 27 14:20 ..
drwxrwxr-x 2 user xxx 4096 Apr 27 14:21 EKA_DIR
lrwxrwxrwx 1 user xxx 39 Apr 27 14:21 linkki_DIR ->
/home/user/tmp/linkki_testi/EKA_DIR
drwxrwxr-x 2 user xxx 4096 Apr 27 14:21 TOKA_DIR
[user <at> server linkki_testi]$ ln -sf
/home/user/tmp/linkki_testi/TOKA_DIR
/home/user/tmp/linkki_testi/linkki_DIR
[user <at> server linkki_testi]$ ll
total 16
drwxrwxr-x 4 user xxx 4096 Apr 27 14:21 .
drwxrwxr-x 9 user xxx 4096 Apr 27 14:20 ..
drwxrwxr-x 2 user xxx 4096 Apr 27 14:22 EKA_DIR
lrwxrwxrwx 1 user xxx 39 Apr 27 14:21 linkki_DIR ->
/home/user/tmp/linkki_testi/EKA_DIR
drwxrwxr-x 2 user xxx 4096 Apr 27 14:21 TOKA_DIR
[user <at> server linkki_testi]$
As you could see link still point to "EKA_DIR"... it should
point to "TOKA_DIR" because there was -f parameter defined in ln
command.
BR.
-sakke
[Message part 2 (text/html, inline)]
This bug report was last modified 15 years and 29 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.