It is a terrible title, but I don't know how else to describe it (this is probably something very simple). I'm creating a symlink to a sub-directory one directory up:
ln -s ../src/django-countries
This executes successfully, but when I enter the symlink its contents are empty, which not the case at all. When I do an "ll" the link is there and not blinking red (which would indicate that the link is broken). The folders are there, and the permissions seem to be all correct at the location of the symlinked folder.
Any suggestions would be totally appreciated.