# File lib/specinfra/command/solaris/v10/group.rb, line 3
    def check_exists(group)
      "getent group | grep -w -- #{escape(group)}"
    end