groupdel command-delete group

You can delete a group with the groupdel command . Execute with root privileges with sudo.

sudo groupdel group name

The following is a sample to delete the group "myapp-group" for the application.

sudo groupdel myapp-group

Other operations on the group

The following article explains how to display the list of groups.

The following article explains how to add a group.

Associated Information