1、语法格式:groupadd 用户组2、作用:添加用户组3、示例:
groupadd 用户组
groupadd test #添加用户组为test groupadd -g 9999 test #为创建用户组test并设置gid为9999