Browse Source

sshfs: Added follow symbolic links

This is not obvious in the man page, and is very useful.
Tevfik U. Dincer 6 years ago
parent
commit
6f3d5999b7
1 changed files with 4 additions and 0 deletions
  1. 4 0
      pages/common/sshfs.md

+ 4 - 0
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}}`