From: Dan Franklin <dan at bbncd> While I don't really see the need for pathaccess, if it were needed it would not be hard. Just as access() replaces the effective u/gid with the real ones temporarily, pathaccess() would replace the effective u/gid with the arguments, and call nami just as access does. Dan