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