Ewww... system()? Can't you just call acl() system calls without forking off a shell to fork off a command?
(Sorry, but system() always strikes me as lazy and inefficient programming.) If you must use system(), you must specify the path to chmod to avoid getting the /usr/gnu/bin version on Indiana, which doesn't do ZFS ACL's ( http://defect.opensolaris.org/bz/show_bug.cgi?id=947 ). -- -Alan Coopersmith- alan.coopersmith at sun.com Sun Microsystems, Inc. - X Window System Engineering
