Thank you for visiting webune support forums.

we have linux and windows shared and dedicated server hosting for your websites.

if you are here its probably because you want to know how you can show or display the full path of the symbolic link in your linux server.

the linux shell command is very simple

lets say for example i have symlink in my home directory:
/home/webune/

and my symbolic link is called: tutorials

just send these command to show the full path of the tutorials symbolink link:

since symblinks are hidden, we want to display all the hidden files so send this command:
SHELL COMMAND:
ls -la /home/webune/


it works, try it.

please let us know how was this topic useful to you. it will help us create more helpful tutorials like this one