groupdel
Groupdel is a command used on Unix-like operating systems to remove a named group from the system. It is part of the standard set of user and group management tools and is typically executed by a system administrator or with elevated privileges.
How groupdel works: The command updates the system’s group databases, commonly /etc/group and, where present, /etc/gshadow.
Usage and constraints: The command requires root privileges. The basic syntax is groupdel GROUP. On many systems,
Considerations: Deleting a group frees its GID for reuse and removes the group from /etc/group and /etc/gshadow.