- Forums
- Linux Commands
- Show The Path Of A Symbolic Link Unix
This Short Tutorial Will Show You How You Can See The Full Path Of A Symbolic Link In Your Linux System With Unix Shell Command In Terminal Console [835], Last Updated: Mon Jun 24, 2024
Webune Support
Fri Nov 20, 2009
1 Comments
698 Visits
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