Bug 53280

Summary: symbolic links cannot be replaced
Product: [Retired] Red Hat Public Beta Reporter: George Thomas <gthomas>
Component: filesystemAssignee: Bill Nottingham <notting>
Status: CLOSED RAWHIDE QA Contact: Aaron Brown <abrown>
Severity: high Docs Contact:
Priority: medium    
Version: roswellCC: rvokal
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2001-09-06 00:28:03 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

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.