mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-22 06:17:50 +00:00
FTP-and-SFTP.txt: minor technical correction to doc for 'no-write' flag.
This commit is contained in:
parent
8b014372b1
commit
d7d0ae3c2c
@ -183,10 +183,10 @@ caps to it will remain valid. (See docs/garbage-collection.txt for how to
|
|||||||
reclaim the space used by files that are no longer needed.)
|
reclaim the space used by files that are no longer needed.)
|
||||||
|
|
||||||
The 'no-write' metadata field of a directory entry can override this
|
The 'no-write' metadata field of a directory entry can override this
|
||||||
behaviour. If the 'no-write' field holds a non-empty string (typically
|
behaviour. If the 'no-write' field holds a true value, then a permission
|
||||||
"true"), then a permission error will occur when trying to write to the
|
error will occur when trying to write to the file, even if it is in a
|
||||||
file, even if it is in a writeable directory. This does not prevent the
|
writeable directory. This does not prevent the directory entry from being
|
||||||
directory entry from being unlinked or replaced.
|
unlinked or replaced.
|
||||||
|
|
||||||
When using sshfs, the 'no-write' field can be set by clearing the 'w'
|
When using sshfs, the 'no-write' field can be set by clearing the 'w'
|
||||||
bits in the Unix permissions, for example using the command
|
bits in the Unix permissions, for example using the command
|
||||||
|
Loading…
Reference in New Issue
Block a user