File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ want to use ``-o default_permissions``.
4343It is recommended to run SSHFS as regular user (not as root). For this to work the
4444mountpoint must be owned by the user. If username is omitted SSHFS will use the local
4545username. If the directory is omitted, SSHFS will mount the (remote) home directory. If
46- you need to enter a password sshfs will ask for it (actually it just runs ssh which ask
46+ you need to enter a password SSHFS will ask for it (actually it just runs ssh which ask
4747for the password if needed).
4848
4949
@@ -263,7 +263,7 @@ Permission denied when moving files across remote filesystems
263263~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
264264
265265Most SFTP servers return only a generic "failure" when failing to rename
266- across filesystem boundaries (EXDEV). sshfs normally converts this generic
266+ across filesystem boundaries (EXDEV). SSHFS normally converts this generic
267267failure to a permission denied error (EPERM). If the option ``-o
268268workaround=renamexdev `` is given, generic failures will be considered EXDEV
269269errors which will make programs like `mv(1) ` attempt to actually move the
You can’t perform that action at this time.
0 commit comments