Is it possible to make the equivalent of a symlink in cloud 9. I want to show a buried installed directory in the cloud 9 workspace tree.
something like
ln -s /usr/myinstalledfolder /home/ubuntu/workspace
my other option would be to move the folder to the workspace and then alter the installed PATH
mv /usr/myinstalledfolder /home/ubuntu/workspace/
any ideas. Please correct my code if you see any errors.