From 6274f563f30d430059e7f979dd555c1b89d1fc43 Mon Sep 17 00:00:00 2001 From: Borek Bernard Date: Sun, 29 Jul 2018 17:53:47 +0200 Subject: [PATCH] sshfs: use umount instead of fusermount (#2230) --- pages/common/sshfs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/common/sshfs.md b/pages/common/sshfs.md index e4a307cab3..b999ba8c74 100644 --- a/pages/common/sshfs.md +++ b/pages/common/sshfs.md @@ -8,7 +8,7 @@ - Unmount remote directory: -`fusermount -u {{mountpoint}}` +`umount {{mountpoint}}` - Mount remote directory from server with specific port: