The subroutine within the Unix kernel which handles pathname traversal. Its job is basically to convert a pathname to an inode, by checking the mount table to identify which filesystem the pathname refers to, then reading directory entries and following symlinks where necessary until the inode is found.

Log in or register to write something here or to contact authors.