要給用戶分配組,可以使用以下命令:
sudo groupadd [組名]
sudo usermod -aG [組名] [用戶名]
groups [用戶名]
sudo deluser [用戶名] [組名]
通過以上命令,您可以方便地給用戶分配組。