LinuxGuide.it > Linux Man Page: "groupdel"

 

 
Search with Google

 

The Linux Documentation Project maintains an archive of snaphots of the (English language) core Linux manual pages that are maintained by Michael Kerrisk. Corrections and additions are welcome, but review the "Help Wanted" list, first.

Man pages belonging to programs are usually distributed together with those programs. Therefore, the core Linux man-pages mainly contains the pages for system calls and library routines, special devices, and file formats. However, it also contains documentation for a few programs, in cases where the authors or maintainers of the program do not distribute man pages themselves.

This page is part of release 3.11 of the Linux man-pages project. A description of the project, and information about reporting bugs, can be found at http://www.kernel.org/doc/man-pages

 

man page(1) manual page Table of Contents

Name

groupdel - delete a group

Synopsis

groupdel group

Description

The groupdel command modifies the system account files, deleting all entries that refer to group. The named group must exist.

You must manually check all file systems to insure that no files remain with the named group as the file group ID.

Caveats

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

Files

/etc/group
Group account information.

/etc/gshadow
Secure group account information.

Exit Values

The groupdel command exits with the following values:

0 success

2 invalid command syntax

6 specified group doesn’t exist

8 can’t remove user’s primary group

10 can’t update group file

See Also

chfn(1) , chsh(1) , passwd(1) , gpasswd(8) , groupadd(8) , groupmod(8) , useradd(8) , userdel(8) , usermod(8)


Table of Contents

use open software!