Ubuntu新建用户组

新建用户组

sudo addgroup groupname

把现有用户加入新建的用户组

sudo adduser username groupname
原文地址:https://www.cnblogs.com/yaos/p/14014415.html