The default number of bytes to read from a file.
Read-only mode for opened files
Using this mode, opened files will be truncated first and then new data will be written to them.
Using this mode, new data will be appended to the end of opened files.
Shared (read) locking mode
Exclusive (write) locking mode