Reactor.File.Step.Chgrp (reactor_file v0.18.3)
View SourceA step which calls File.chgrp/2
.
Arguments
:gid
(pos_integer/0
) - Required. The GID to change the file to:path
(String.t/0
) - Required. The path of the file to change
Options
:revert_on_undo?
(boolean/0
) - Change the GID back to the original value on undo? The default value isfalse
.