pub async fn chmod(
prog_track: &'static Progress,
path: &Path,
settings: &Settings,
) -> Result<Summary, Error>Expand description
Public entry point. Applies metadata changes to path and, recursively, its
contents. Mirrors crate::rm::rm for the root-filter check.