# File lib/specinfra/command/darwin/base/file.rb, line 42
    def get_owner_group(file)
      "stat -f %Sg #{escape(file)}"
    end