top | item 46915600

(no title)

LgWoodenBadger | 23 days ago

Uhh, if the system powers off immediately after the first command (mv a b), the second command (mv c d) would never run. So where would d come from if the command that created it never executed?

discuss

order

zbentley|23 days ago

Er, sorry: I meant: if the first command runs, the plug is pulled, system starts again, second command runs.

lpribis|23 days ago

Sure, but splitting "atomic" operations across a reboot is an interesting design choice. Surely upon reboot you would re-try the first `mv a b` before doing other things.