From 9c2a45e6ee9c148d68bcbc73e4424ef5a856cde1 Mon Sep 17 00:00:00 2001 From: Arun Date: Sat, 24 Sep 2022 05:45:53 +0530 Subject: [PATCH] Updated Basic use cases (markdown) --- Basic-use-cases.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Basic-use-cases.md b/Basic-use-cases.md index 3f94061..0a4978a 100644 --- a/Basic-use-cases.md +++ b/Basic-use-cases.md @@ -277,6 +277,8 @@ Upon successful unmount, the mount points are removed. The key to mount a remote folder is c (for *c*onnect). +Note: The `mounts` directory can be a symbolic link too. The target directory should have permissions to mount. + #### sshfs Example primary setup: [connect to SSH sever from desktop](https://gist.github.com/jarun/660fd1d5e79e1a4038de8ba5f2e1a513).