How To Remove A Primary Group In Linux
If you’re looking to remove a primary group from your Linux system, there are a few different ways to go about it. The easiest way is to use the command line. To do this, open a terminal window and type the following: sudo groupadd -r mygroup This will create a new primary group called mygroup. Next, you’ll need to add members to this group. To do this, type the following: sudo adduser mygroup whoeveryouwant This will add whoeveryouwant as a member of the mygroup primary group....