# File lib/specinfra/command/base/file.rb, line 116
    def get_owner_group(file)
      "stat -c %G #{escape(file)}"
    end