# File lib/chef/provider/group/aix.rb, line 32
        def create_group
          command = "mkgroup"
          command << set_options << " #{@new_resource.group_name}"
          run_command(:command => command)
          modify_group_members
        end