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
-
apt-get install passwd - Ubuntu
-
apt-get install passwd -
Alpine
-
apk add shadow - Arch Linux
-
pacman -S shadow - Kali Linux
-
apt-get install passwd - Fedora
-
dnf install shadow-utils-2 - Windows (WSL2)
-
sudo apt-get updatesudo apt-get install passwd - Raspbian
-
apt-get install passwd - Docker
-
docker run cmd.cat/groupdel groupdelpowered 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