On Mon, 09 Feb 2015 22:34:20 -0600, Brent Cook wrote: > This makes it easier for a sysadmin to diagnose a privilege separation > path problem without looking at the source code for why 'stat' failed.
OK but when printing stb.st_mode you should AND it with ALLPERMS so you don't print non-user bits. - todd
