From 11df8874dc8f1e8fc9e451565bbe6e2d7a5dffdf Mon Sep 17 00:00:00 2001 From: bjoe2k4 Date: Sun, 17 May 2020 11:30:59 +0200 Subject: Fix typo in docs (#213) --- sshfs.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sshfs.rst') diff --git a/sshfs.rst b/sshfs.rst index 0fe84f2..63a8b04 100644 --- a/sshfs.rst +++ b/sshfs.rst @@ -37,7 +37,7 @@ credentials that were used to connect to the server. If this is undesired, local permission checking can be enabled with ``-o default_permissions``. By default, only the mounting user will be able to access the filesystem. Access for other -users can be enabled by passing ``-o allow_others``. In this case you most likely also +users can be enabled by passing ``-o allow_other``. In this case you most likely also want to use ``-o default_permissions``. It is recommended to run SSHFS as regular user (not as root). For this to work the -- cgit v1.2.3