Method: Specinfra::Command::Freebsd::Base::File.get_owner_group

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

.get_owner_group(file) ⇒ Object

[View source]

8
9
10
# File 'lib/specinfra/command/freebsd/base/file.rb', line 8

def get_owner_group(file)
  "stat -f%Sg #{escape(file)}"
end