Elektrified X.org released
Posted Nov 30, 2004 20:18 UTC (Tue) by
tzafrir (subscriber, #11501)
In reply to:
Elektrified X.org released by elanthis
Parent article:
Elektrified X.org released
regarding atomic operations:
you can get nearly-atomic operations by creating a temporary file/directory copy and then mv(1) it to the right place. This does does unlink(2) and rename(2).
Anything more requires a specilized daemon,
(
Log in to post comments)