I have a workspace /home/ubuntu/workspace and inside the dir I have a symlink ln -s /opt/prjx prjx. I see the folder but I can not expand it in the tree view.
This might be for security? or my symlinks is just wrong. I tried relative symlinks with no success.
lrwxrwxrwx 1 usr usr 15 May 9 12:05 prjx -> /opt/prjx/
lrwxrwxrwx 1 usr usr 7 May 10 21:33 tmp -> ../tmp/
I have a workspace
/home/ubuntu/workspaceand inside the dir I have a symlinkln -s /opt/prjx prjx. I see the folder but I can not expand it in the tree view.This might be for security? or my symlinks is just wrong. I tried relative symlinks with no success.