| Summary: | 'cp' doesn't keep destination permissions | ||
|---|---|---|---|
| Product: | Busybox | Reporter: | fulalas123 |
| Component: | Standard Compliance | Assignee: | unassigned |
| Status: | NEW --- | ||
| Severity: | normal | CC: | busybox-cvs |
| Priority: | P5 | ||
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Host: | Target: | ||
| Build: | |||
|
Description
fulalas123
2023-11-15 12:10:18 UTC
I tried but failed to edit the issue because there's a tiny error in the steps to replicate. Here it goes: 1- have a 644 permission test.txt file in /etc/xdg/autostart 2- have a 755 permission test.txt file in /tmp 3- call busybox using: busybox cp /tmp/test.txt /etc/xdg/autostart |