Method: Specinfra::Command::Darwin::Base::File.get_owner_group
- Defined in:
- lib/specinfra/command/darwin/base/file.rb
permalink .get_owner_group(file) ⇒ Object
[View source]
42 43 44 |
# File 'lib/specinfra/command/darwin/base/file.rb', line 42 def get_owner_group(file) "stat -f %Sg #{escape(file)}" end |