# File lib/specinfra/command/aix/base/file.rb, line 16
    def check_is_grouped(file, group)
      regexp = "^#{group}$"
      "ls -al #{escape(file)} | awk '{print $4}' | grep -- #{escape(regexp)}"
    end