Bug 436083
| Summary: | cp -i -f should act sensibly | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | JW <ohtmvyyn> |
| Component: | coreutils | Assignee: | Ondrej Vasik <ovasik> |
| Status: | CLOSED NOTABUG | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | low | ||
| Version: | 8 | CC: | twaugh |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2008-03-05 12:03:26 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
JW
2008-03-05 09:49:37 UTC
from cp info page:
`-f'
`--force'
...
This option is independent of the `--interactive' or `-i' option:
neither cancels the effect of the other.
So IMO this options work as designed and this behaviour is not a bug.
POSIX specification (defines this behaviour):
http://www.opengroup.org/onlinepubs/009695399/utilities/cp.html
Upstream report with answer:
http://www.mail-archive.com/bug-coreutils@gnu.org/msg11297.html
I'm not going to break POSIX definitions and to create fork of cp in this case,
therefore closing NOTABUG.
|