sshfs: Added follow symbolic links

This is not obvious in the man page, and is very useful.
This commit is contained in:
Tevfik U. Dincer
2018-07-09 15:23:01 -07:00
committed by Agniva De Sarker
parent 30ad96e27a
commit 6f3d5999b7

View File

@@ -17,3 +17,7 @@
- Use compression: - Use compression:
`sshfs {{username}}@{{remote_host}}:{{remote_directory}} -C` `sshfs {{username}}@{{remote_host}}:{{remote_directory}} -C`
- Follow symbolic links:
`sshfs -o follow_symlinks {{username}}@{{remote_host}}:{{remote_directory}} {{mountpoint}}`