symlink on link file

Hi all,

I want to create a symlink on a link file, i mean, there is a file which is actually a symlink of some version. Now i want to create one more symlink on that link file.

EX: there is a file:
uat -> version
prod -> version
Now i want to create one more link on these 'uat' and 'prod'

can anyone please guide me the impact if i try this what will happen? Becoz, am trying in prod boxes.

Thanks in advance..

There is no particular issue symlinking a symlink outside circular links. The latter can happen only with directories, not with plain files as you want to do.