在Ubuntu上创建用户组的方法是使用addgroup命令。以下是具体的步骤:
addgroup
sudo addgroup groupname
groupname
getent group
注意:创建用户组需要管理员权限。