先了解主要的几个文件夹: 存用户:etc/passwd 存密码:etc/shadow 存组:etc/passwd 存组密码:etc/gshadow
分别cat 以上目录
groupadd
groupmod
groupdel
useradd
useradd 用户名 -G 附属组名
groups