From 6f3d5999b7a81b2a504a6ad3b6d5772e5cdae15d Mon Sep 17 00:00:00 2001 From: "Tevfik U. Dincer" Date: Mon, 9 Jul 2018 15:23:01 -0700 Subject: [PATCH] sshfs: Added follow symbolic links This is not obvious in the man page, and is very useful. --- pages/common/sshfs.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pages/common/sshfs.md b/pages/common/sshfs.md index 9b9320b83..e4a307cab 100644 --- a/pages/common/sshfs.md +++ b/pages/common/sshfs.md @@ -17,3 +17,7 @@ - Use compression: `sshfs {{username}}@{{remote_host}}:{{remote_directory}} -C` + +- Follow symbolic links: + +`sshfs -o follow_symlinks {{username}}@{{remote_host}}:{{remote_directory}} {{mountpoint}}`