groupdel

Delete existing user groups from the system. See also: groups, groupadd, groupmod. More information: <https://manned.org/groupdel>.

Install

All systems
curl cmd.cat/groupdel.sh
Debian Debian
apt-get install passwd
Ubuntu
apt-get install passwd
Alpine
apk add shadow
Arch Arch Linux
pacman -S shadow
image/svg+xml Kali Linux
apt-get install passwd
Fedora
dnf install shadow-utils-2
Windows (WSL2)
sudo apt-get update sudo apt-get install passwd
Raspbian
apt-get install passwd
Docker
docker run cmd.cat/groupdel groupdel powered by Commando

Delete existing user groups from the system. See also: groups, groupadd, groupmod. More information: <https://manned.org/groupdel>.

  • Delete an existing group:
    sudo groupdel group_name

© tl;dr; authors and contributors