chmod_R(mode, list, options = {})
Class Public methods
Options: noop verbose force
Changes permission bits on the named files (in list
) to the
bit pattern represented by mode
.
FileUtils.chmod_R 0700, "/tmp/app.#{$$}" FileUtils.chmod_R "u=wrx", "/tmp/app.#{$$}"
Please login to continue.