90 lines
2.4 KiB
Groff
90 lines
2.4 KiB
Groff
'\" t
|
|
.\" Title: sg
|
|
.\" Author: Julianne Frances Haugh
|
|
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
|
|
.\" Date: 19/03/2025
|
|
.\" Manual: User Commands
|
|
.\" Source: shadow-utils 4.17.4
|
|
.\" Language: Italian
|
|
.\"
|
|
.TH "SG" "1" "19/03/2025" "shadow\-utils 4\&.17\&.4" "User Commands"
|
|
.\" -----------------------------------------------------------------
|
|
.\" * Define some portability stuff
|
|
.\" -----------------------------------------------------------------
|
|
.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
.\" http://bugs.debian.org/507673
|
|
.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
|
|
.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
.ie \n(.g .ds Aq \(aq
|
|
.el .ds Aq '
|
|
.\" -----------------------------------------------------------------
|
|
.\" * set default formatting
|
|
.\" -----------------------------------------------------------------
|
|
.\" disable hyphenation
|
|
.nh
|
|
.\" disable justification (adjust text to left margin only)
|
|
.ad l
|
|
.\" -----------------------------------------------------------------
|
|
.\" * MAIN CONTENT STARTS HERE *
|
|
.\" -----------------------------------------------------------------
|
|
.SH "NOME"
|
|
sg \- esegue un comando con un diverso ID di gruppo
|
|
.SH "SINOSSI"
|
|
.HP \w'\fBsg\fR\ 'u
|
|
\fBsg\fR [\-] [group\ [\-c\ ]\ command]
|
|
.SH "DESCRIZIONE"
|
|
.PP
|
|
The
|
|
\fBsg\fR
|
|
command works similar to
|
|
\fBnewgrp\fR
|
|
but accepts a command\&. The command will be executed with the
|
|
/bin/sh
|
|
shell\&. With most shells you may run
|
|
\fBsg\fR
|
|
from, you need to enclose multi\-word commands in quotes\&. Another difference between
|
|
\fBnewgrp\fR
|
|
and
|
|
\fBsg\fR
|
|
is that some shells treat
|
|
\fBnewgrp\fR
|
|
specially, replacing themselves with a new instance of a shell that
|
|
\fBnewgrp\fR
|
|
creates\&. This doesn\*(Aqt happen with
|
|
\fBsg\fR, so upon exit from a
|
|
\fBsg\fR
|
|
command you are returned to your previous group ID\&.
|
|
.SH "CONFIGURAZIONE"
|
|
.PP
|
|
The following configuration variables in
|
|
/etc/login\&.defs
|
|
change the behavior of this tool:
|
|
.SH "FILE"
|
|
.PP
|
|
/etc/passwd
|
|
.RS 4
|
|
Informazioni sugli account utente\&.
|
|
.RE
|
|
.PP
|
|
/etc/shadow
|
|
.RS 4
|
|
Informazioni sicure sugli account utente\&.
|
|
.RE
|
|
.PP
|
|
/etc/group
|
|
.RS 4
|
|
Informazioni sugli account di gruppo\&.
|
|
.RE
|
|
.PP
|
|
/etc/gshadow
|
|
.RS 4
|
|
Informazioni sicure sugli account di gruppo\&.
|
|
.RE
|
|
.SH "VEDERE ANCHE"
|
|
.PP
|
|
\fBid\fR(1),
|
|
\fBlogin\fR(1),
|
|
\fBnewgrp\fR(1),
|
|
\fBsu\fR(1),
|
|
\fBgpasswd\fR(1),
|
|
\fBgroup\fR(5), \fBgshadow\fR(5)\&.
|