Welcome to our website
To take full advantage of all features you need to login or register. Registration is completely free and takes only a few seconds.
How to - Use the Readlink command to find the canonical filename of a symbolic link
Posted by Philipp Esselbach on: 03/10/2011 10:18 AM [ Print | 0 comment(s) ]
Linuxers posted a tutorial about how to use the Readlink command to find the canonical filename of a symbolic link
Sometimes you may encounter a chain of files linked together using symbolic links. Readlink is a tool that can follow the chain and help you find out what is at the other end of it, the absolute file. Lets take an example of the Debian Alternate system. The file /usr/bin/editor is symlinked to /etc/alternatives/editor which in turn is linked to the actual editor binary - /bin/nano.
How to - Use the Readlink command to find the canonical filename of a symbolic link
