[OpenAFS] it displays "?" marks in front of files info.

Harald Barth haba@kth.se
Tue, 02 Jun 2009 15:36:59 +0200 (CEST)


> is this normal? 

Yes.

> does "list" permission can read file size? thank you.

To do stat() system call on files, r(ead) permission ist needed.

The file size is part of that information from stat(), see 'man 2 stat'.

Harald.