Bug 7555 - RFE: make it possible to override existing files with 'rename'
Summary: RFE: make it possible to override existing files with 'rename'
Status: NEW
Alias: None
Product: Samba 3.5
Classification: Unclassified
Component: SMB2 (show other bugs)
Version: 3.5.4
Hardware: Other Linux
: P3 normal
Target Milestone: ---
Assignee: Jeremy Allison
QA Contact: Samba QA Contact
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-07-05 12:33 UTC by Enrico Scholz
Modified: 2010-07-05 12:33 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Enrico Scholz 2010-07-05 12:33:50 UTC
It would be nice when the 'rename' commands can override existing files; e.g. so that 'rename -f new old' expands to 'rm old; rename new old' when 'new' exists.  

This condition is important because it prevents the removal of 'old' when 'new' could not be created in a previous operation.