simexpal currently creates lock files with 000 permissions; this is very annoying when moving directories (among other things) since mv complains that it cannot open these files. There is no reason not to create these files either as r--r--r-- or rw-rw-r-- instead.
simexpal currently creates lock files with 000 permissions; this is very annoying when moving directories (among other things) since
mv
complains that it cannot open these files. There is no reason not to create these files either asr--r--r--
orrw-rw-r--
instead.