Hello Miguel (and maybe others), why did you use umode_t in src/achown.c instead of a simple mode_t? This type is very Linux-specific, whereas mode_t is common to all POSIX systems. Roland