pub fn chgrp_recursive(
path: &Path,
gid: u32,
config: &ChgrpConfig,
is_command_line_arg: bool,
tool_name: &str,
) -> i32Expand description
Recursively change the group of a directory tree.
Returns the number of errors encountered.