eyefiserver2 icon indicating copy to clipboard operation
eyefiserver2 copied to clipboard

File mode in decimal

Open robin13 opened this issue 11 years ago • 1 comments

The file mode in configuration file is noted in decimal... It took me quite a while to figure this out as in all other unix applications filemode is noted in octal (e.g. 755, 644, ...) or a character representation (u+rw). At the least it should be documented in the example configuration so that an octal->decimal conversion can be made by the user.

Cheers! -Robin-

robin13 avatar May 30 '14 06:05 robin13

ugh, that's weird, I hadn't realized that. Thanks for reporting.

On Thu, May 29, 2014 at 11:42 PM, Robin Clarke [email protected] wrote:

The file mode in configuration file is noted in decimal... It took me quite a while to figure this out as in all other unix applications filemode is noted in octal (e.g. 755, 644, ...) or a character representation (u+rw). At the least it should be documented in the example configuration so that an octal->decimal conversion can be made by the user.

Cheers! -Robin-

— Reply to this email directly or view it on GitHub https://github.com/dgrant/eyefiserver2/issues/12.

David Grant http://www.davidgrant.ca

dgrant avatar May 30 '14 16:05 dgrant