From 437fcc5a98cbde5806c805f019638c274e3e9ec3 Mon Sep 17 00:00:00 2001
From: Dirk Sarpe <dsarpe@posteo.de>
Date: Sun, 11 Nov 2018 11:09:12 +0100
Subject: [PATCH] explain how to navigate the rstudio directory tree

---
 rstudio1.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rstudio1.md b/rstudio1.md
index 8021ff8..7c9e210 100644
--- a/rstudio1.md
+++ b/rstudio1.md
@@ -29,7 +29,7 @@ When you log in either via https or ssh this is usually the first place where yo
 RStudio stores several files like suspended sessions, graph history etc. in `~/.rstudio`. This folder is purged every 90 days to remove "forgotten" suspended sessions and reduce wasted space.
 
 ### /data
-You can create your own directories here and place data inside. By default others can read the directories you created here, but not write in them. If you need any special permission let us know via it-support@idiv.de.
+You can create your own directories here and place data inside. By default others can read the directories you created here, but not write in them. If you need any special permission let us know via it-support@idiv.de. To directly jump to another directory select the *Files* pane and click on the three dots (…) located on the right hand side of the current file path. Now enter the path you want to browse, e.g. `/data/`. Additionally there should be a symbolic link in your home directory called data, which points to the /data directory.
 
 ### iDiv group shares
 If you are part of an iDiv group you can access your group share on the rstudio server at `/data/GROUPNAME-group-share/`. If your group share is not available yet please contact [it-support@idiv.de](mailto:it-support@idiv.de).
-- 
GitLab