On 25.8.2010, at 0.51, Jerry wrote: >>> service dict { >>> unix_listener dict { >>> # Ensure that there is no permission-related problem >>> mode = 0666 >>> } >>> } >> > Timo, are the mode settings "decimal" or "octal" in the config file? I > thought once upon a time that someone stated that they were octal.
For settings that regularly output the value in octal (so that's basically just the mode settings), set=0123 is octal and set=123 is decimal. Just like .. well, at least in C code :)