% rpm -q fileutils findutils fileutils-3.16-6 findutils-4.1-20 % ls -ils /usr/bin/suidperl 252446 438 -rws--x--x 2 root root 444460 Oct 20 1997 /usr/bin/suidperl % find /usr/bin -name suidperl -ls 252446 435 -rws--x--x 2 root root 444460 Oct 20 1997 /usr/bin/suidperl Which block count is correct? [Along with the inconsistent spacing ahead of the inode #, this really complicates my COPS maintenance.]
Get same discrepancies with fileutils-4.0-1 and findutils-4.1-31
the 'ls' block count is incorrect. Examination of findutils has shown that the algorithm it uses for determining block count is wrong. This will be fixed in our next release.