How can I find where a link leads to ???

Mike Schloss mike at enmasse.UUCP
Sat Jan 19 11:33:39 AEST 1985


> How can I find where a link leads to ???
> 
> 							Mark

First do a ls -i to determine the inode #.
Then either run find <dir> -inum # where dir is the mount point of the
file system OR run ncheck /dev/dsk/XYZZY -i # where XYZZY is the section
that has the mounted file system.

Note: find may return files with the same inum in other filesystems if
they are mounted somewhere underneath <dir>



More information about the Comp.unix mailing list