strange problem

hello all,

i am having problem in accessing a directory.I dont think its a permission issue.can anyone help me out. I am using korn sell

code:

$ ls -ltr sc*
lrwxrwxrwx   1 essbase  essbase       21 Oct  8  2010 sc_ssp -> /work/nfs/nas2/sc_ssp
$ cd sc_ssp
ksh: sc_ssp:  not found
$

Check if the directory sc_ssp exist under /work/nfs/nas2

post the output if you get an error.

cd /work/nfs/nas2
ls -l sc_ssp

it exists under both the directories. but unable to go to the directory sc_ssp

---------- Post updated at 02:48 PM ---------- Previous update was at 02:18 PM ----------

In files permission see that l before rwx. what is it

$ ls -lt sc_ssp*
lrwxrwxrwx 1 essbase essbase 21 Oct 8 2010 sc_ssp -> /work/nfs/nas2/sc_ssp
$ cd sc_ssp
ksh: sc_ssp: not found

post the output of this

cd /work/nfs/nas2
ls -ld sc_ssp

$ cd /work/nfs/nas2
$ ls -l sc_ssp
sc_ssp: No such file or directory

the directory does not exist