Subject: Re: bin/560: ls -i returns incorrect inodes on symlinks and root dirs
To: None <mycroft@gnu.ai.mit.edu>
From: Kenneth Stailey <staileyk@spacenet.com>
List: netbsd-bugs
Date: 11/07/1994 17:30:20
Try using "ls -Li" instead of "ls -i".  "L" selects between stat() and lstat().

Ken