method

chmod_R

chmod_R(mode, list, noop: nil, verbose: nil, force: nil)
public

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.#{$$}"