Basically I want to look inside the symlink. Is this possible?

link|improve this question

feedback

1 Answer

up vote 2 down vote accepted

The only thing inside a symlink is the target's name, so you want readlink(1).

link|improve this answer
Or ls -l if your shell is configured the usual way. – dmckee Jul 26 '11 at 1:34
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.