For example, I create a link ln -s /mytarget /mylink (where mytarget is a directory). Now I would like to create a link to /mylink, i.e., ln -s /mylink /mylinkother. The first link mylink works fine, but the second link mylinkother does not work.
Related: