Skip to main content

chgrp_recursive

Function chgrp_recursive 

Source
pub fn chgrp_recursive(
    path: &Path,
    gid: u32,
    config: &ChgrpConfig,
    is_command_line_arg: bool,
    tool_name: &str,
) -> i32
Expand description

Recursively change the group of a directory tree.

Returns the number of errors encountered.