NAME

CBAIS::Actions::Cchmod - change file permissions and mode


SYNOPSIS

$cchmod = new CBAIS::Actions::Cchmod(FILE => '/etc/{passwd,group}', MODE => '0644', OWNER => 'root', GROUP => 'root', );

if ($cchmod->execute()) { print ``cchmod /etc/{passwd,group}\n''; }

if ($cchmod->verify()) { print ``/etc/{passwd,group} pems and ownweship are up to date\n''; }


DESCRIPTION


SEE ALSO

the CBAIS::Actions::Action manpage

the CBAIS::Actions::MOGAction manpage

perlfunc/glob