then you’ll go to workspace (parent directory).
and if you command like
cd ../../
then you’ll go to ccuser(parent directory/parent directory).now here you are trying to search comedy directory.
see you file tree structure
you can be anywhere.it’s not the problem.but your command should be according to your position.
so you are in movies and you want to go to comedy.then simply your command should be
cd comedy
suppose you are in drama and now you want to go to comedy.then your command should be
cd ../comedy
First you have to go to parent directory that is movies and then you can go to comedy.