# File lib/automateit/shell_manager/portable.rb, line 453
  def chmod(mode, targets, opts={})
    chperm(targets, {:mode => mode}.merge(opts))
  end