groupdel(8) - SerenityOS man pages

#Name

groupdel - delete a group

#Synopsis

# groupdel <group>

#Description

This program deletes a group in the system.

This program must be run as root.

#Caveats

You may not remove the primary group of any existing user. You must remove the user before you remove the group.

You should manually check all file systems to ensure that no files remain owned by this group.

You should manually check all users to ensure that no user remain in this group.

#Exit Values

#Files

#Examples

# groupdel alice

#See Also