When I\'m using ls -la symlinkName or stat symlinkName not all the path is displayed (e.g ../../../one/two/file.txt)
ls -la symlinkName
stat symlinkName
../../../one/two/file.txt
What is
realpath should do the trick.
realpath