1、创建组 monster [root@zhz home]# groupadd monster 2、创建用户tom,tom所在组为monster [root@zhz home]# useradd -g monster tom