Namei - follow symbolic links to end

Namei will follow a pathname until a terminal point is found (e.g. a file, directory, special device, etc). If namei finds a symbolic link during the the evaluation of the path, it shows the link, and starts following it, indenting the output to show the context.

Namei acts much like the Unix kernel routine "namei", which the O.S. uses to resolve paths to inodes.

Back to Sourceforge Project