I created a symbolic link to OneDrive using the following
ln -s ~/in_between_directories/OneDrive/ ./onedrive When I cd into onedrive from my working directory it correctly displays the directories inside OneDrive such as Documents and Photos. However, when I try to cd into Documents it displays the same directories even though the path updated to reflect that I am in the Documents directory.
~$/ cd onedrive ~/onedrive$ ls Documents Photos ~/onedrive$ cd Documents ~/onedrive/Documents$ ls Documents Photos I do not have this problem when I manually cd into OneDrive using it's full path and I am doing this on Bash on Ubuntu on Windows. Any help will be appreciated!
ls -lwhile in those directories?total 76drwxrwxrwx 2 root root 0 Feb 12 17:47 Documentsdrwxrwxrwx 2 root root 0 Jun 14 2016 Pictures