216 lines
4.7 KiB
HTML
216 lines
4.7 KiB
HTML
|
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
|
<HTML><HEAD><TITLE>Man page of GROUPDEL</TITLE>
|
|
</HEAD><BODY>
|
|
<H1>GROUPDEL</H1>
|
|
Section: Comandi per la gestione del si (8)<BR>Updated: 28/05/2020<BR><A HREF="#index">Index</A>
|
|
<A HREF="/cgi-bin/man/man2html">Return to Main Contents</A><HR>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<A NAME="lbAB"> </A>
|
|
<H2>NOME</H2>
|
|
|
|
groupdel - rimuove un gruppo
|
|
<A NAME="lbAC"> </A>
|
|
<H2>SINOSSI</H2>
|
|
|
|
<DL COMPACT>
|
|
<DT id="1">
|
|
<B>groupdel</B> [<I>opzioni</I>] <I>GRUPPO</I>
|
|
</DL>
|
|
<A NAME="lbAD"> </A>
|
|
<H2>DESCRIZIONE</H2>
|
|
|
|
<P>
|
|
|
|
<DD>The
|
|
<B>groupdel</B>
|
|
command modifies the system account files, deleting all entries that refer to
|
|
<I>GROUP</I>. The named group must exist.
|
|
<A NAME="lbAE"> </A>
|
|
<H2>OPZIONI</H2>
|
|
|
|
<P>
|
|
|
|
The options which apply to the
|
|
<B>groupdel</B>
|
|
command are:
|
|
<P>
|
|
|
|
<B>-h</B>, <B>--help</B>
|
|
<DL COMPACT><DT id="2"><DD>
|
|
Mostra un messaggio di aiuto ed esce.
|
|
</DL>
|
|
|
|
<P>
|
|
|
|
<B>-R</B>, <B>--root</B> <I>CHROOT_DIR</I>
|
|
<DL COMPACT><DT id="3"><DD>
|
|
Apply changes in the
|
|
<I>CHROOT_DIR</I>
|
|
directory and use the configuration files from the
|
|
<I>CHROOT_DIR</I>
|
|
directory.
|
|
</DL>
|
|
|
|
<P>
|
|
|
|
<B>-P</B>, <B>--prefix</B> <I>PREFIX_DIR</I>
|
|
<DL COMPACT><DT id="4"><DD>
|
|
Apply changes in the
|
|
<I>PREFIX_DIR</I>
|
|
directory and use the configuration files from the
|
|
<I>PREFIX_DIR</I>
|
|
directory. This option does not chroot and is intended for preparing a cross-compilation target. Some limitations: NIS and LDAP users/groups are not verified. PAM authentication is using the host files. No SELINUX support.
|
|
</DL>
|
|
|
|
<A NAME="lbAF"> </A>
|
|
<H2>AVVISI/CAVEAT</H2>
|
|
|
|
<P>
|
|
|
|
Non si può rimuovere un gruppo che sia gruppo primario di un utente. Occorre rimuovere l'utente prima di rimuovere il gruppo.
|
|
<P>
|
|
|
|
Occorre controllare manualmente tutti i file system per assicurarsi che non rimanga alcun file avente questo ID di gruppo.
|
|
<A NAME="lbAG"> </A>
|
|
<H2>CONFIGURAZIONE</H2>
|
|
|
|
<P>
|
|
|
|
The following configuration variables in
|
|
/etc/login.defs
|
|
change the behavior of this tool:
|
|
<P>
|
|
|
|
<B>MAX_MEMBERS_PER_GROUP</B> (number)
|
|
<DL COMPACT><DT id="5"><DD>
|
|
Maximum members per group entry. When the maximum is reached, a new group entry (line) is started in
|
|
/etc/group
|
|
(with the same name, same password, and same GID).
|
|
<P>
|
|
Il valore predefinito è 0, che non pone nessun limite al numero di membri per gruppo.
|
|
<P>
|
|
Questa opzione (dividi gruppo) permette di limitare la lunghezza delle righe nel file «group». Questo è utile per essere certi che le righe per gruppi NIS non eccedano i 1024 caratteri.
|
|
<P>
|
|
Se si deve impostare questo limite, si può usare 25.
|
|
<P>
|
|
Nota: la divisione dei gruppi potrebbe non essere supportata da ogni strumento (anche all'interno del pacchetto Shadow). Non si dovrebbe utilizzare questa variabile a meno di esserci forzati.
|
|
</DL>
|
|
|
|
<A NAME="lbAH"> </A>
|
|
<H2>FILE</H2>
|
|
|
|
<P>
|
|
|
|
/etc/group
|
|
<DL COMPACT><DT id="6"><DD>
|
|
Informazioni sugli account di gruppo.
|
|
</DL>
|
|
|
|
<P>
|
|
|
|
/etc/gshadow
|
|
<DL COMPACT><DT id="7"><DD>
|
|
Informazioni sicure sugli account di gruppo.
|
|
</DL>
|
|
|
|
<A NAME="lbAI"> </A>
|
|
<H2>VALORI RESTITUITI</H2>
|
|
|
|
<P>
|
|
|
|
The
|
|
<B>groupdel</B>
|
|
command exits with the following values:
|
|
<P>
|
|
|
|
<I>0</I>
|
|
<DL COMPACT><DT id="8"><DD>
|
|
success
|
|
</DL>
|
|
|
|
<P>
|
|
|
|
<I>2</I>
|
|
<DL COMPACT><DT id="9"><DD>
|
|
invalid command syntax
|
|
</DL>
|
|
|
|
<P>
|
|
|
|
<I>6</I>
|
|
<DL COMPACT><DT id="10"><DD>
|
|
specified group doesn't exist
|
|
</DL>
|
|
|
|
<P>
|
|
|
|
<I>8</I>
|
|
<DL COMPACT><DT id="11"><DD>
|
|
can't remove user's primary group
|
|
</DL>
|
|
|
|
<P>
|
|
|
|
<I>10</I>
|
|
<DL COMPACT><DT id="12"><DD>
|
|
can't update group file
|
|
</DL>
|
|
|
|
<A NAME="lbAJ"> </A>
|
|
<H2>VEDERE ANCHE</H2>
|
|
|
|
<P>
|
|
|
|
<B><A HREF="/cgi-bin/man/man2html?1+chfn">chfn</A></B>(1),
|
|
<B><A HREF="/cgi-bin/man/man2html?1+chsh">chsh</A></B>(1),
|
|
<B><A HREF="/cgi-bin/man/man2html?1+passwd">passwd</A></B>(1),
|
|
<B><A HREF="/cgi-bin/man/man2html?8+gpasswd">gpasswd</A></B>(8),
|
|
<B><A HREF="/cgi-bin/man/man2html?8+groupadd">groupadd</A></B>(8),
|
|
<B><A HREF="/cgi-bin/man/man2html?8+groupmod">groupmod</A></B>(8),
|
|
<B><A HREF="/cgi-bin/man/man2html?8+useradd">useradd</A></B>(8),
|
|
<B><A HREF="/cgi-bin/man/man2html?8+userdel">userdel</A></B>(8),
|
|
<B><A HREF="/cgi-bin/man/man2html?8+usermod">usermod</A></B>(8).
|
|
<P>
|
|
|
|
<HR>
|
|
<A NAME="index"> </A><H2>Index</H2>
|
|
<DL>
|
|
<DT id="13"><A HREF="#lbAB">NOME</A><DD>
|
|
<DT id="14"><A HREF="#lbAC">SINOSSI</A><DD>
|
|
<DT id="15"><A HREF="#lbAD">DESCRIZIONE</A><DD>
|
|
<DT id="16"><A HREF="#lbAE">OPZIONI</A><DD>
|
|
<DT id="17"><A HREF="#lbAF">AVVISI/CAVEAT</A><DD>
|
|
<DT id="18"><A HREF="#lbAG">CONFIGURAZIONE</A><DD>
|
|
<DT id="19"><A HREF="#lbAH">FILE</A><DD>
|
|
<DT id="20"><A HREF="#lbAI">VALORI RESTITUITI</A><DD>
|
|
<DT id="21"><A HREF="#lbAJ">VEDERE ANCHE</A><DD>
|
|
</DL>
|
|
<HR>
|
|
This document was created by
|
|
<A HREF="/cgi-bin/man/man2html">man2html</A>,
|
|
using the manual pages.<BR>
|
|
Time: 00:05:04 GMT, March 31, 2021
|
|
</BODY>
|
|
</HTML>
|