You can also make JISCONFIG and XLCONFIG readonly.
They need to be readable by all users connecting, but no longer
need to be writable.
If you make them readonly, you need to create an empty
writable .lk file on Unix systems.
On NT this is not necessary.
On Unix this should work:
chmod 440 $JISCONFIG
> ${JISCONFIG}.lk
chmod 660 ${JISCONFIG}.lk
chmod 440 $XLCONFIG
> ${XLCONFIG}.lk
chmod 660 ${XLCONFIG}.lk
Only create and start using the $(JISCONFIG}.lk file when
there are no current JISAM users.