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