Method: Specinfra::Command::Base::File.change_group

Defined in:
lib/specinfra/command/base/file.rb

.change_group(file, group) ⇒ Object


149
150
151
# File 'lib/specinfra/command/base/file.rb', line 149

def change_group(file, group)
  "chgrp #{group} #{escape(file)}"
end