On 03/06/17 09:12, James E Keenan wrote: > In Linux, there is a userland utility 'namei' which enables a user to > "follow a pathname until a terminal point is found". Invoking it on, > say, a symlink produces output like this: If you need to find a target of symlink (or symlink chain) you can use realpath(1).