> 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.