Timeline for How does one atomically change a symlink to a directory in busybox?
Current License: CC BY-SA 3.0
6 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Apr 4, 2018 at 12:30 | comment | added | Slaven Rezic | For an OS-independent solution use a scripting language which is capable to to use the rename syscall directly instead of mv -h or mv -T. For example with Perl: perl -e 'rename "z.new", "z" or die $!' | |
| S Aug 24, 2016 at 3:49 | history | suggested | CommunityBot | CC BY-SA 3.0 | FreeBSD-specific |
| Aug 24, 2016 at 3:27 | review | Suggested edits | |||
| S Aug 24, 2016 at 3:49 | |||||
| May 11, 2016 at 7:44 | comment | added | Vincenzo Pii | Very nice! It might be helpful to say that at the end you have a link from z to b! | |
| Feb 2, 2011 at 10:39 | history | edited | Arto Bendiken | CC BY-SA 2.5 | added 145 characters in body |
| Feb 2, 2011 at 10:33 | history | answered | Arto Bendiken | CC BY-SA 2.5 |