Bug 53280 - symbolic links cannot be replaced
Summary: symbolic links cannot be replaced
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Red Hat Public Beta
Classification: Retired
Component: filesystem
Version: roswell
Hardware: i386
OS: Linux
medium
high
Target Milestone: ---
Assignee: Bill Nottingham
QA Contact: Aaron Brown
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2001-09-06 00:27 UTC by George Thomas
Modified: 2014-03-17 02:23 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2001-09-06 00:28:03 UTC
Embargoed:


Attachments (Terms of Use)

Description George Thomas 2001-09-06 00:27:57 UTC
Description of Problem:

Using the command 'ln -sf' does not replace an existing link.

Version-Release number of selected component (if applicable):

Roswell2 - kernel 2.4.7-2.5

How Reproducible:
100%

Steps to Reproduce:
1. ln -s <file> <link>
2. ln -sf <file2> <link>
3. <link> will still point to <file>

Actual Results:
[gthomas@station91 work2]$ ls -l ecc
lrwxrwxrwx    1 gthomas  gthomas        27 Sep  6 08:27 ecc ->
ecc_ascom-all-010803-branch
[gthomas@station91 work2]$ ln -sf ecc_trunk ecc
[gthomas@station91 work2]$ ls -l ecc
lrwxrwxrwx    1 gthomas  gthomas        27 Sep  6 08:27 ecc ->
ecc_ascom-all-010803-branch


Expected Results:


Additional Information:

Comment 1 Bill Nottingham 2001-09-06 05:02:15 UTC
Works fine for me with kernel-2.4.7-7, current fileutils, etc.


Note You need to log in before you can comment on or make changes to this bug.