[svn-upgrade] Integrating new upstream version, shadow (4.0.12)
This commit is contained in:
@@ -1,9 +1,6 @@
|
||||
|
||||
mandir = @mandir@/it
|
||||
|
||||
# Links to missing pages:
|
||||
# grpconv.8 \
|
||||
# grpunconv.8 \
|
||||
man_MANS = \
|
||||
chage.1 \
|
||||
chfn.1 \
|
||||
|
@@ -46,6 +46,14 @@ CONFIG_HEADER = $(top_builddir)/config.h
|
||||
CONFIG_CLEAN_FILES =
|
||||
SOURCES =
|
||||
DIST_SOURCES =
|
||||
man1dir = $(mandir)/man1
|
||||
am__installdirs = "$(DESTDIR)$(man1dir)" "$(DESTDIR)$(man3dir)" \
|
||||
"$(DESTDIR)$(man5dir)" "$(DESTDIR)$(man8dir)"
|
||||
man3dir = $(mandir)/man3
|
||||
man5dir = $(mandir)/man5
|
||||
man8dir = $(mandir)/man8
|
||||
NROFF = nroff
|
||||
MANS = $(man_MANS)
|
||||
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
|
||||
ACLOCAL = @ACLOCAL@
|
||||
AMDEP_FALSE = @AMDEP_FALSE@
|
||||
@@ -167,46 +175,43 @@ sbindir = @sbindir@
|
||||
sharedstatedir = @sharedstatedir@
|
||||
sysconfdir = @sysconfdir@
|
||||
target_alias = @target_alias@
|
||||
man_MANS = \
|
||||
chage.1 \
|
||||
chfn.1 \
|
||||
chpasswd.8 \
|
||||
chsh.1 \
|
||||
expiry.1 \
|
||||
faillog.5 \
|
||||
faillog.8 \
|
||||
getspnam.3 \
|
||||
gpasswd.1 \
|
||||
groupadd.8 \
|
||||
groupdel.8 \
|
||||
groupmod.8 \
|
||||
groups.1 \
|
||||
grpck.8 \
|
||||
grpconv.8 \
|
||||
grpunconv.8 \
|
||||
id.1 \
|
||||
lastlog.8 \
|
||||
login.1 \
|
||||
newgrp.1 \
|
||||
passwd.1 \
|
||||
passwd.5 \
|
||||
porttime.5 \
|
||||
pwck.8 \
|
||||
pwconv.8 \
|
||||
pwunconv.8 \
|
||||
sg.1 \
|
||||
shadow.3 \
|
||||
shadow.5 \
|
||||
su.1 \
|
||||
useradd.8 \
|
||||
userdel.8 \
|
||||
usermod.8 \
|
||||
vigr.8 \
|
||||
vipw.8
|
||||
|
||||
# Links to missing pages:
|
||||
# grpconv.8 \
|
||||
# grpunconv.8 \
|
||||
#man_MANS = \
|
||||
# chage.1 \
|
||||
# chfn.1 \
|
||||
# chpasswd.8 \
|
||||
# chsh.1 \
|
||||
# expiry.1 \
|
||||
# faillog.5 \
|
||||
# faillog.8 \
|
||||
# getspnam.3 \
|
||||
# gpasswd.1 \
|
||||
# groupadd.8 \
|
||||
# groupdel.8 \
|
||||
# groupmod.8 \
|
||||
# groups.1 \
|
||||
# grpck.8 \
|
||||
# grpconv.8 \
|
||||
# grpunconv.8 \
|
||||
# id.1 \
|
||||
# lastlog.8 \
|
||||
# login.1 \
|
||||
# newgrp.1 \
|
||||
# passwd.1 \
|
||||
# passwd.5 \
|
||||
# porttime.5 \
|
||||
# pwck.8 \
|
||||
# pwconv.8 \
|
||||
# pwunconv.8 \
|
||||
# sg.1 \
|
||||
# shadow.3 \
|
||||
# shadow.5 \
|
||||
# su.1 \
|
||||
# useradd.8 \
|
||||
# userdel.8 \
|
||||
# usermod.8 \
|
||||
# vigr.8 \
|
||||
# vipw.8
|
||||
EXTRA_DIST = $(man_MANS)
|
||||
all: all-am
|
||||
|
||||
@@ -250,6 +255,186 @@ clean-libtool:
|
||||
distclean-libtool:
|
||||
-rm -f libtool
|
||||
uninstall-info-am:
|
||||
install-man1: $(man1_MANS) $(man_MANS)
|
||||
@$(NORMAL_INSTALL)
|
||||
test -z "$(man1dir)" || $(mkdir_p) "$(DESTDIR)$(man1dir)"
|
||||
@list='$(man1_MANS) $(dist_man1_MANS) $(nodist_man1_MANS)'; \
|
||||
l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \
|
||||
for i in $$l2; do \
|
||||
case "$$i" in \
|
||||
*.1*) list="$$list $$i" ;; \
|
||||
esac; \
|
||||
done; \
|
||||
for i in $$list; do \
|
||||
if test -f $(srcdir)/$$i; then file=$(srcdir)/$$i; \
|
||||
else file=$$i; fi; \
|
||||
ext=`echo $$i | sed -e 's/^.*\\.//'`; \
|
||||
case "$$ext" in \
|
||||
1*) ;; \
|
||||
*) ext='1' ;; \
|
||||
esac; \
|
||||
inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
|
||||
inst=`echo $$inst | sed -e 's/^.*\///'`; \
|
||||
inst=`echo $$inst | sed '$(transform)'`.$$ext; \
|
||||
echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \
|
||||
$(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst"; \
|
||||
done
|
||||
uninstall-man1:
|
||||
@$(NORMAL_UNINSTALL)
|
||||
@list='$(man1_MANS) $(dist_man1_MANS) $(nodist_man1_MANS)'; \
|
||||
l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \
|
||||
for i in $$l2; do \
|
||||
case "$$i" in \
|
||||
*.1*) list="$$list $$i" ;; \
|
||||
esac; \
|
||||
done; \
|
||||
for i in $$list; do \
|
||||
ext=`echo $$i | sed -e 's/^.*\\.//'`; \
|
||||
case "$$ext" in \
|
||||
1*) ;; \
|
||||
*) ext='1' ;; \
|
||||
esac; \
|
||||
inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
|
||||
inst=`echo $$inst | sed -e 's/^.*\///'`; \
|
||||
inst=`echo $$inst | sed '$(transform)'`.$$ext; \
|
||||
echo " rm -f '$(DESTDIR)$(man1dir)/$$inst'"; \
|
||||
rm -f "$(DESTDIR)$(man1dir)/$$inst"; \
|
||||
done
|
||||
install-man3: $(man3_MANS) $(man_MANS)
|
||||
@$(NORMAL_INSTALL)
|
||||
test -z "$(man3dir)" || $(mkdir_p) "$(DESTDIR)$(man3dir)"
|
||||
@list='$(man3_MANS) $(dist_man3_MANS) $(nodist_man3_MANS)'; \
|
||||
l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \
|
||||
for i in $$l2; do \
|
||||
case "$$i" in \
|
||||
*.3*) list="$$list $$i" ;; \
|
||||
esac; \
|
||||
done; \
|
||||
for i in $$list; do \
|
||||
if test -f $(srcdir)/$$i; then file=$(srcdir)/$$i; \
|
||||
else file=$$i; fi; \
|
||||
ext=`echo $$i | sed -e 's/^.*\\.//'`; \
|
||||
case "$$ext" in \
|
||||
3*) ;; \
|
||||
*) ext='3' ;; \
|
||||
esac; \
|
||||
inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
|
||||
inst=`echo $$inst | sed -e 's/^.*\///'`; \
|
||||
inst=`echo $$inst | sed '$(transform)'`.$$ext; \
|
||||
echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man3dir)/$$inst'"; \
|
||||
$(INSTALL_DATA) "$$file" "$(DESTDIR)$(man3dir)/$$inst"; \
|
||||
done
|
||||
uninstall-man3:
|
||||
@$(NORMAL_UNINSTALL)
|
||||
@list='$(man3_MANS) $(dist_man3_MANS) $(nodist_man3_MANS)'; \
|
||||
l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \
|
||||
for i in $$l2; do \
|
||||
case "$$i" in \
|
||||
*.3*) list="$$list $$i" ;; \
|
||||
esac; \
|
||||
done; \
|
||||
for i in $$list; do \
|
||||
ext=`echo $$i | sed -e 's/^.*\\.//'`; \
|
||||
case "$$ext" in \
|
||||
3*) ;; \
|
||||
*) ext='3' ;; \
|
||||
esac; \
|
||||
inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
|
||||
inst=`echo $$inst | sed -e 's/^.*\///'`; \
|
||||
inst=`echo $$inst | sed '$(transform)'`.$$ext; \
|
||||
echo " rm -f '$(DESTDIR)$(man3dir)/$$inst'"; \
|
||||
rm -f "$(DESTDIR)$(man3dir)/$$inst"; \
|
||||
done
|
||||
install-man5: $(man5_MANS) $(man_MANS)
|
||||
@$(NORMAL_INSTALL)
|
||||
test -z "$(man5dir)" || $(mkdir_p) "$(DESTDIR)$(man5dir)"
|
||||
@list='$(man5_MANS) $(dist_man5_MANS) $(nodist_man5_MANS)'; \
|
||||
l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \
|
||||
for i in $$l2; do \
|
||||
case "$$i" in \
|
||||
*.5*) list="$$list $$i" ;; \
|
||||
esac; \
|
||||
done; \
|
||||
for i in $$list; do \
|
||||
if test -f $(srcdir)/$$i; then file=$(srcdir)/$$i; \
|
||||
else file=$$i; fi; \
|
||||
ext=`echo $$i | sed -e 's/^.*\\.//'`; \
|
||||
case "$$ext" in \
|
||||
5*) ;; \
|
||||
*) ext='5' ;; \
|
||||
esac; \
|
||||
inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
|
||||
inst=`echo $$inst | sed -e 's/^.*\///'`; \
|
||||
inst=`echo $$inst | sed '$(transform)'`.$$ext; \
|
||||
echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man5dir)/$$inst'"; \
|
||||
$(INSTALL_DATA) "$$file" "$(DESTDIR)$(man5dir)/$$inst"; \
|
||||
done
|
||||
uninstall-man5:
|
||||
@$(NORMAL_UNINSTALL)
|
||||
@list='$(man5_MANS) $(dist_man5_MANS) $(nodist_man5_MANS)'; \
|
||||
l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \
|
||||
for i in $$l2; do \
|
||||
case "$$i" in \
|
||||
*.5*) list="$$list $$i" ;; \
|
||||
esac; \
|
||||
done; \
|
||||
for i in $$list; do \
|
||||
ext=`echo $$i | sed -e 's/^.*\\.//'`; \
|
||||
case "$$ext" in \
|
||||
5*) ;; \
|
||||
*) ext='5' ;; \
|
||||
esac; \
|
||||
inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
|
||||
inst=`echo $$inst | sed -e 's/^.*\///'`; \
|
||||
inst=`echo $$inst | sed '$(transform)'`.$$ext; \
|
||||
echo " rm -f '$(DESTDIR)$(man5dir)/$$inst'"; \
|
||||
rm -f "$(DESTDIR)$(man5dir)/$$inst"; \
|
||||
done
|
||||
install-man8: $(man8_MANS) $(man_MANS)
|
||||
@$(NORMAL_INSTALL)
|
||||
test -z "$(man8dir)" || $(mkdir_p) "$(DESTDIR)$(man8dir)"
|
||||
@list='$(man8_MANS) $(dist_man8_MANS) $(nodist_man8_MANS)'; \
|
||||
l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \
|
||||
for i in $$l2; do \
|
||||
case "$$i" in \
|
||||
*.8*) list="$$list $$i" ;; \
|
||||
esac; \
|
||||
done; \
|
||||
for i in $$list; do \
|
||||
if test -f $(srcdir)/$$i; then file=$(srcdir)/$$i; \
|
||||
else file=$$i; fi; \
|
||||
ext=`echo $$i | sed -e 's/^.*\\.//'`; \
|
||||
case "$$ext" in \
|
||||
8*) ;; \
|
||||
*) ext='8' ;; \
|
||||
esac; \
|
||||
inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
|
||||
inst=`echo $$inst | sed -e 's/^.*\///'`; \
|
||||
inst=`echo $$inst | sed '$(transform)'`.$$ext; \
|
||||
echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man8dir)/$$inst'"; \
|
||||
$(INSTALL_DATA) "$$file" "$(DESTDIR)$(man8dir)/$$inst"; \
|
||||
done
|
||||
uninstall-man8:
|
||||
@$(NORMAL_UNINSTALL)
|
||||
@list='$(man8_MANS) $(dist_man8_MANS) $(nodist_man8_MANS)'; \
|
||||
l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \
|
||||
for i in $$l2; do \
|
||||
case "$$i" in \
|
||||
*.8*) list="$$list $$i" ;; \
|
||||
esac; \
|
||||
done; \
|
||||
for i in $$list; do \
|
||||
ext=`echo $$i | sed -e 's/^.*\\.//'`; \
|
||||
case "$$ext" in \
|
||||
8*) ;; \
|
||||
*) ext='8' ;; \
|
||||
esac; \
|
||||
inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
|
||||
inst=`echo $$inst | sed -e 's/^.*\///'`; \
|
||||
inst=`echo $$inst | sed '$(transform)'`.$$ext; \
|
||||
echo " rm -f '$(DESTDIR)$(man8dir)/$$inst'"; \
|
||||
rm -f "$(DESTDIR)$(man8dir)/$$inst"; \
|
||||
done
|
||||
tags: TAGS
|
||||
TAGS:
|
||||
|
||||
@@ -286,8 +471,11 @@ distdir: $(DISTFILES)
|
||||
done
|
||||
check-am: all-am
|
||||
check: check-am
|
||||
all-am: Makefile
|
||||
all-am: Makefile $(MANS)
|
||||
installdirs:
|
||||
for dir in "$(DESTDIR)$(man1dir)" "$(DESTDIR)$(man3dir)" "$(DESTDIR)$(man5dir)" "$(DESTDIR)$(man8dir)"; do \
|
||||
test -z "$$dir" || $(mkdir_p) "$$dir"; \
|
||||
done
|
||||
install: install-am
|
||||
install-exec: install-exec-am
|
||||
install-data: install-data-am
|
||||
@@ -330,13 +518,13 @@ info: info-am
|
||||
|
||||
info-am:
|
||||
|
||||
install-data-am:
|
||||
install-data-am: install-man
|
||||
|
||||
install-exec-am:
|
||||
|
||||
install-info: install-info-am
|
||||
|
||||
install-man:
|
||||
install-man: install-man1 install-man3 install-man5 install-man8
|
||||
|
||||
installcheck-am:
|
||||
|
||||
@@ -356,17 +544,22 @@ ps: ps-am
|
||||
|
||||
ps-am:
|
||||
|
||||
uninstall-am: uninstall-info-am
|
||||
uninstall-am: uninstall-info-am uninstall-man
|
||||
|
||||
uninstall-man: uninstall-man1 uninstall-man3 uninstall-man5 \
|
||||
uninstall-man8
|
||||
|
||||
.PHONY: all all-am check check-am clean clean-generic clean-libtool \
|
||||
distclean distclean-generic distclean-libtool distdir dvi \
|
||||
dvi-am html html-am info info-am install install-am \
|
||||
install-data install-data-am install-exec install-exec-am \
|
||||
install-info install-info-am install-man install-strip \
|
||||
install-info install-info-am install-man install-man1 \
|
||||
install-man3 install-man5 install-man8 install-strip \
|
||||
installcheck installcheck-am installdirs maintainer-clean \
|
||||
maintainer-clean-generic mostlyclean mostlyclean-generic \
|
||||
mostlyclean-libtool pdf pdf-am ps ps-am uninstall uninstall-am \
|
||||
uninstall-info-am
|
||||
uninstall-info-am uninstall-man uninstall-man1 uninstall-man3 \
|
||||
uninstall-man5 uninstall-man8
|
||||
|
||||
# Tell versions [3.59,3.63) of GNU make to not export all variables.
|
||||
# Otherwise a system limit (for SysV at least) may be exceeded.
|
||||
|
105
man/it/chage.1
Normal file
105
man/it/chage.1
Normal file
@@ -0,0 +1,105 @@
|
||||
.\" This file was generated with po4a. Translate the source file.
|
||||
.\"
|
||||
.\"$Id: chage.1,v 1.1 2005/04/21 21:03:15 kloczek Exp $
|
||||
.\" Copyright 1990 - 1994 Julianne Frances Haugh
|
||||
.\" All rights reserved.
|
||||
.\"
|
||||
.\" Redistribution and use in source and binary forms, with or without
|
||||
.\" modification, are permitted provided that the following conditions
|
||||
.\" are met:
|
||||
.\" 1. Redistributions of source code must retain the above copyright
|
||||
.\" notice, this list of conditions and the following disclaimer.
|
||||
.\" 2. Redistributions in binary form must reproduce the above copyright
|
||||
.\" notice, this list of conditions and the following disclaimer in the
|
||||
.\" documentation and/or other materials provided with the distribution.
|
||||
.\" 3. Neither the name of Julianne F. Haugh nor the names of its contributors
|
||||
.\" may be used to endorse or promote products derived from this software
|
||||
.\" without specific prior written permission.
|
||||
.\"
|
||||
.\" THIS SOFTWARE IS PROVIDED BY JULIE HAUGH AND CONTRIBUTORS ``AS IS'' AND
|
||||
.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
||||
.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
||||
.\" ARE DISCLAIMED. IN NO EVENT SHALL JULIE HAUGH OR CONTRIBUTORS BE LIABLE
|
||||
.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
||||
.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
|
||||
.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
|
||||
.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
|
||||
.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
|
||||
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||
.\" SUCH DAMAGE.
|
||||
.TH CHAGE 1
|
||||
.SH NOME
|
||||
chage \- cambia le informazioni sulla scadenza della password
|
||||
.SH SINTASSI
|
||||
.TP 6
|
||||
\fBchage\fP [\fB\-m\fP \fIgg_min\fP] [\fB\-M\fP \fIgg_max\fP] [\fB\-d\fP \fIultimo_giorno\fP] [\fB\-I\fP \fIinattivit<EFBFBD>\fP]
|
||||
[\fB\-E\fP \fIdata_scadenza\fP] [\fB\-W\fP \fIgg_avviso\fP] \fIutente\fP
|
||||
.TP 6
|
||||
\fBchage\fP \fB\-l\fP \fIutente\fP
|
||||
.SH DESCRIZIONE
|
||||
\fBchage\fP modifica il numero minimo di giorni tra i cambi di password e la
|
||||
data dell'ultimo cambio. Queste informazioni sono usate dal sistema per
|
||||
determinare quando un utente deve cambiare la propria password.
|
||||
.PP
|
||||
L'uso del comando \fBchage\fP <20> permesso solo all'utente root, tranne per
|
||||
l'opzione \fB\-l\fP, che pu<70> essere usata da un utente non privilegiato per
|
||||
conoscere la scadenza della propria password o dell'account.
|
||||
.SH OPZIONI
|
||||
Il comando \fBchage\fP accetta le seguenti opzioni:
|
||||
.IP "\fB\-d\fP \fIultimo_giorno\fP"
|
||||
Imposta la data dell'ultimo cambio della password, espressa come il numero
|
||||
di giorni trascorsi dal 1 gennaio 1970. La data pu<70> anche essere
|
||||
specificata nel formato AAAA\-MM\-GG o nella notazione comunemente usata nel
|
||||
proprio paese.
|
||||
.IP "\fB\-E\fP \fIdata_scadenza\fP"
|
||||
Imposta la data in cui l'account dell'utente non sar<61> pi<70>
|
||||
accessibile. L'opzione \fIdata_scadenza\fP indica la data in cui l'account
|
||||
viene bloccato, espressa come il numero di giorni trascorsi dal 1 gennaio
|
||||
1970. La data pu<70> anche essere specificata nel formato AAAA\-MM\-GG o nella
|
||||
notazione comunemente usata nel proprio paese. Un utente con l'account
|
||||
bloccato deve contattare l'amministratore prima di poter usare ancora il
|
||||
sistema.
|
||||
.IP "\fB\-I\fP \fIinattivit<69>\fP"
|
||||
Imposta il numero di giorni di inattivit<69> dopo la scadenza della password
|
||||
dopo i quali l'account viene bloccato. L'opzione \fIinattivit<EFBFBD>\fP indica il
|
||||
numero di giorni di inattivit<69>; un valore pari a zero disabilita questa
|
||||
funzione. Un utente con l'account bloccato deve contattare l'amministratore
|
||||
prima di poter usare ancora il sistema.
|
||||
.IP "\fB\-m\fP \fIgg_min\fP"
|
||||
Imposta il numero minimo di giorni tra i cambi di password. Un valore pari a
|
||||
zero indica che l'utente pu<70> cambiare la propria password in qualsiasi
|
||||
momento.
|
||||
.IP "\fB\-M\fP \fIgg_max\fP"
|
||||
Imposta il numero massimo di giorni di validit<69> di una password. Quando la
|
||||
somma di \fIgg_max\fP e \fIgg_min\fP <20> inferiore ai giorni attualmente trascorsi,
|
||||
l'utente <20> obbligato a cambiare la password prima di poter usare ancora il
|
||||
proprio account. Questo evento pu<70> essere reso noto in anticipo usando
|
||||
l'opzione \fB\-W\fP, che fornisce un preavviso all'utente.
|
||||
.IP "\fB\-W\fP \fIgg_avviso\fP"
|
||||
Imposta il numero di giorni di preavviso prima che sia obbligatorio cambiare
|
||||
la password. L'opzione \fIgg_avviso\fP indica il numero di giorni prima della
|
||||
scadenza della password in cui l'utente viene avvertito dell'imminente
|
||||
scadenza.
|
||||
.PP
|
||||
Se non viene specificata nessuna opzione, \fBchage\fP opera in modalit<69>
|
||||
interattiva, mostrando tra parentesi quadre il valore attuale di ciascun
|
||||
campo e chiedendo il nuovo valore all'utente. Inserire un nuovo valore per
|
||||
modificare il campo, oppure lasciare la riga vuota per continuare a usare il
|
||||
valore attuale.
|
||||
.SH NOTA
|
||||
\fBchage\fP richiede che il file delle shadow password sia disponibile. Non <20>
|
||||
possibile usare questo programma se le password sono memorizzate nel file
|
||||
passwd.
|
||||
.SH FILE
|
||||
\fI/etc/passwd\fP \- informazioni sugli account degli utenti
|
||||
.br
|
||||
\fI/etc/shadow\fP \- informazioni sicure sugli account degli utenti
|
||||
.SH "VEDERE ANCHE"
|
||||
\fBpasswd\fP(5), \fBshadow\fP(5)
|
||||
.SH AUTORE
|
||||
Julianne Frances Haugh <jockgrrl@ix.netcom.com>
|
||||
.SH TRADUZIONE
|
||||
.nf
|
||||
Giuseppe Sacco <eppesuig@debian.org>, 2005
|
||||
Danilo Piazzalunga <danilopiazza@libero.it>, 2005
|
||||
.fi
|
68
man/it/chfn.1
Normal file
68
man/it/chfn.1
Normal file
@@ -0,0 +1,68 @@
|
||||
.\" This file was generated with po4a. Translate the source file.
|
||||
.\"
|
||||
.\"$Id: chfn.1,v 1.5 2005/04/21 21:03:15 kloczek Exp $
|
||||
.\" Copyright 1990 - 1994 Julianne Frances Haugh
|
||||
.\" All rights reserved.
|
||||
.\"
|
||||
.\" Redistribution and use in source and binary forms, with or without
|
||||
.\" modification, are permitted provided that the following conditions
|
||||
.\" are met:
|
||||
.\" 1. Redistributions of source code must retain the above copyright
|
||||
.\" notice, this list of conditions and the following disclaimer.
|
||||
.\" 2. Redistributions in binary form must reproduce the above copyright
|
||||
.\" notice, this list of conditions and the following disclaimer in the
|
||||
.\" documentation and/or other materials provided with the distribution.
|
||||
.\" 3. Neither the name of Julianne F. Haugh nor the names of its contributors
|
||||
.\" may be used to endorse or promote products derived from this software
|
||||
.\" without specific prior written permission.
|
||||
.\"
|
||||
.\" THIS SOFTWARE IS PROVIDED BY JULIE HAUGH AND CONTRIBUTORS ``AS IS'' AND
|
||||
.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
||||
.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
||||
.\" ARE DISCLAIMED. IN NO EVENT SHALL JULIE HAUGH OR CONTRIBUTORS BE LIABLE
|
||||
.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
||||
.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
|
||||
.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
|
||||
.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
|
||||
.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
|
||||
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||
.\" SUCH DAMAGE.
|
||||
.TH CHFN 1
|
||||
.SH NOME
|
||||
chfn \- cambia le informazioni personali dell'utente
|
||||
.SH SINTASSI
|
||||
.TP 5
|
||||
\fBchfn\fP
|
||||
[\fB\-f\fP \fInome_completo\fP] [\fB\-r\fP \fInumero_stanza\fP] [\fB\-w\fP \fItel_lavoro\fP]
|
||||
[\fB\-h\fP \fItel_casa\fP] [\fB\-o\fP \fIaltro\fP] [\fIutente\fP]
|
||||
.SH DESCRIZIONE
|
||||
\fBchfn\fP permette di cambiare informazioni quali il nome completo, il numero
|
||||
dell'ufficio, il telefono dell'ufficio e il numero telefonico di casa
|
||||
dell'utente. Queste informazioni sono generalmente mostrate da \fBfinger\fP(1)
|
||||
e programmi simili. Un utente qualsiasi pu<70> modificare solo i propri dati,
|
||||
mentre l'amministratore pu<70> cambiare i dati di ogni account. Inoltre,
|
||||
soltatnto all'amministratore <20> permesso usare l'opzione \fB\-o\fP per cambiare
|
||||
le parti non definite del campo GECOS.
|
||||
.PP
|
||||
L'unica limitazione sul contenuto dei campi <20> che non possono essere
|
||||
presenti virgole, due punti o segni di uguaglianza, n<> altri caratteri di
|
||||
controllo. Fa eccezione il campo \fIaltro\fP, in cui sono memorizzare
|
||||
informazioni di accounting usate da altre applicazioni.
|
||||
.PP
|
||||
Se non viene specificata nessuna opzione, \fBchfn\fP opera in modalit<69>
|
||||
interattiva, mostrando tra parentesi quadre il valore attuale di ciascun
|
||||
campo e chiedendo il nuovo valore all'utente. Inserire un nuovo valore per
|
||||
modificare il campo, oppure lasciare la riga vuota per continuare a usare il
|
||||
valore attuale. Le informazioni modificate sono quelle relative all'utente
|
||||
corrente.
|
||||
.SH FILE
|
||||
\fI/etc/passwd\fP \- informazioni sugli account degli utenti
|
||||
.SH "VEDERE ANCHE"
|
||||
\fBpasswd\fP(5)
|
||||
.SH AUTORE
|
||||
Julianne Frances Haugh <jockgrrl@ix.netcom.com>
|
||||
.SH TRADUZIONE
|
||||
.nf
|
||||
Giuseppe Sacco <eppesuig@debian.org>, 2005
|
||||
Danilo Piazzalunga <danilopiazza@libero.it>, 2005
|
||||
.fi
|
68
man/it/chpasswd.8
Normal file
68
man/it/chpasswd.8
Normal file
@@ -0,0 +1,68 @@
|
||||
.\" This file was generated with po4a. Translate the source file.
|
||||
.\"
|
||||
.\"$Id: chpasswd.8,v 1.1 2005/04/21 21:03:15 kloczek Exp $
|
||||
.\" Copyright 1991, Julianne Frances Haugh
|
||||
.\" All rights reserved.
|
||||
.\"
|
||||
.\" Redistribution and use in source and binary forms, with or without
|
||||
.\" modification, are permitted provided that the following conditions
|
||||
.\" are met:
|
||||
.\" 1. Redistributions of source code must retain the above copyright
|
||||
.\" notice, this list of conditions and the following disclaimer.
|
||||
.\" 2. Redistributions in binary form must reproduce the above copyright
|
||||
.\" notice, this list of conditions and the following disclaimer in the
|
||||
.\" documentation and/or other materials provided with the distribution.
|
||||
.\" 3. Neither the name of Julianne F. Haugh nor the names of its contributors
|
||||
.\" may be used to endorse or promote products derived from this software
|
||||
.\" without specific prior written permission.
|
||||
.\"
|
||||
.\" THIS SOFTWARE IS PROVIDED BY JULIE HAUGH AND CONTRIBUTORS ``AS IS'' AND
|
||||
.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
||||
.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
||||
.\" ARE DISCLAIMED. IN NO EVENT SHALL JULIE HAUGH OR CONTRIBUTORS BE LIABLE
|
||||
.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
||||
.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
|
||||
.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
|
||||
.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
|
||||
.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
|
||||
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||
.\" SUCH DAMAGE.
|
||||
.TH CHPASSWD 8
|
||||
.SH NOME
|
||||
chpasswd \- aggiorna le password in modo non interattivo
|
||||
.SH SINTASSI
|
||||
\fBchpasswd\fP [\fBopzioni\fP]
|
||||
.SH DESCRIZIONE
|
||||
\fBchpasswd\fP legge da standard input un elenco di coppie di nomi utente e
|
||||
password e usa queste informazioni per aggiornare un gruppo di utenti
|
||||
esistenti. Ciascuna riga usa il formato:
|
||||
.sp 1
|
||||
\fInome_utente\fP:\fIpassword\fP
|
||||
.sp 1
|
||||
Come impostazione predefinita, si devono fornire password in
|
||||
chiaro. L'algoritmo di cifratura predefinito <20> DES. Se sono presenti,
|
||||
vengono aggiornate anche le informazioni sulla durata delle password.
|
||||
.PP
|
||||
Questo comando <20> appositamente pensato per grossi sistemi in cui si abbia
|
||||
la necessit<69> di creare molti account nello stesso momento.
|
||||
.SH OPZIONI
|
||||
Il comando \fBchpasswd\fP accetta le seguenti opzioni:
|
||||
.IP "\fB\-e\fP, \fB\-\-encrypted\fP"
|
||||
Le password fornite sono in forma cifrata.
|
||||
.IP "\fB\-h\fP, \fB\-\-help\fP"
|
||||
Mostra un messaggio di aiuto ed esce.
|
||||
.IP "\fB\-m\fP, \fB\-\-md5\fP"
|
||||
Usa la cifratura MD5 anzich<63> DES quando le password fornite non sono
|
||||
cifrate.
|
||||
.SH AVVISI/CAVEAT
|
||||
Evitare che il file usato come input per il comando \fBchpasswd\fP sia
|
||||
accessibile in lettura se contiene password non cifrate.
|
||||
.SH "VEDERE ANCHE"
|
||||
\fBpasswd\fP(1), \fBnewusers\fP(8), \fBuseradd\fP(8)
|
||||
.SH AUTORE
|
||||
Julianne Frances Haugh (jockgrrl@ix.netcom.com)
|
||||
.SH TRADUZIONE
|
||||
.nf
|
||||
Giuseppe Sacco <eppesuig@debian.org>, 2005
|
||||
Danilo Piazzalunga <danilopiazza@libero.it>, 2005
|
||||
.fi
|
69
man/it/chsh.1
Normal file
69
man/it/chsh.1
Normal file
@@ -0,0 +1,69 @@
|
||||
.\" This file was generated with po4a. Translate the source file.
|
||||
.\"
|
||||
.\"$Id: chsh.1,v 1.3 2005/04/21 21:03:16 kloczek Exp $
|
||||
.\" Copyright 1990, Julianne Frances Haugh
|
||||
.\" All rights reserved.
|
||||
.\"
|
||||
.\" Redistribution and use in source and binary forms, with or without
|
||||
.\" modification, are permitted provided that the following conditions
|
||||
.\" are met:
|
||||
.\" 1. Redistributions of source code must retain the above copyright
|
||||
.\" notice, this list of conditions and the following disclaimer.
|
||||
.\" 2. Redistributions in binary form must reproduce the above copyright
|
||||
.\" notice, this list of conditions and the following disclaimer in the
|
||||
.\" documentation and/or other materials provided with the distribution.
|
||||
.\" 3. Neither the name of Julianne F. Haugh nor the names of its contributors
|
||||
.\" may be used to endorse or promote products derived from this software
|
||||
.\" without specific prior written permission.
|
||||
.\"
|
||||
.\" THIS SOFTWARE IS PROVIDED BY JULIE HAUGH AND CONTRIBUTORS ``AS IS'' AND
|
||||
.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
||||
.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
||||
.\" ARE DISCLAIMED. IN NO EVENT SHALL JULIE HAUGH OR CONTRIBUTORS BE LIABLE
|
||||
.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
||||
.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
|
||||
.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
|
||||
.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
|
||||
.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
|
||||
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||
.\" SUCH DAMAGE.
|
||||
.TH CHSH 1
|
||||
.SH NOME
|
||||
chsh \- cambia la shell di login
|
||||
.SH SINTASSI
|
||||
.TP 5
|
||||
\fBchsh\fP [\fB\-s\fP \fIshell_di_login\fP] [\fIutente\fP]
|
||||
.SH DESCRIZIONE
|
||||
\fBchsh\fP cambia la shell di login dell'utente, in altre parole determina il
|
||||
comando iniziale eseguito quando un utente fa il login. Un utente qualsiasi
|
||||
pu<EFBFBD> cambiare la shell di login solo per il proprio account, mentre
|
||||
l'amministratore pu<70> cambiare la shell di login per ogni account.
|
||||
.PP
|
||||
L'unica limitazione sulla scelta della shell di login <20> che il nome del
|
||||
comando deve essere presente in \fI/etc/shells\fP; fa eccezione
|
||||
l'amministratore di sistema, che <20> libero di scegliere qualsiasi valore. Un
|
||||
account con una shell di login limitata non pu<70> cambiare la propria shell
|
||||
di login. Per questo motivo <20> sconsigliato includere \fB/bin/rsh\fP in
|
||||
\fI/etc/shells\fP: se accidentalmente un utente selezionasse una shell
|
||||
limitata, non potrebbe pi<70> tornare alla shell di login che usava
|
||||
originariamente.
|
||||
.PP
|
||||
.SH OPZIONI
|
||||
Se non viene specificata l'opzione \fB\-s\fP, \fBchsh\fP opera in modalit<69>
|
||||
interattiva, mostrando tra parentesi quadre la shell di login attuale e
|
||||
chiedendo all'utente di selezionarne una nuova. Inserire un nuovo valore per
|
||||
cambiare la shell, oppure lasciare la riga vuota per continuare a usare
|
||||
quella attuale.
|
||||
.SH FILE
|
||||
\fI/etc/passwd\fP \- informazioni sugli account degli utenti
|
||||
.br
|
||||
\fI/etc/shells\fP \- elenco delle shell di login ammesse
|
||||
.SH "VEDERE ANCHE"
|
||||
\fBchfn\fP(1), \fBpasswd\fP(5)
|
||||
.SH AUTORE
|
||||
Julianne Frances Haugh <jockgrrl@ix.netcom.com>
|
||||
.SH TRADUZIONE
|
||||
.nf
|
||||
Giuseppe Sacco <eppesuig@debian.org>, 2005
|
||||
Danilo Piazzalunga <danilopiazza@libero.it>, 2005
|
||||
.fi
|
54
man/it/expiry.1
Normal file
54
man/it/expiry.1
Normal file
@@ -0,0 +1,54 @@
|
||||
.\" This file was generated with po4a. Translate the source file.
|
||||
.\"
|
||||
.\"$Id: expiry.1,v 1.1 2005/04/21 21:03:16 kloczek Exp $
|
||||
.\" Copyright 1990 - 1994 Julianne Frances Haugh
|
||||
.\" All rights reserved.
|
||||
.\" Modified for expiry by Ben Collins <bcollins@debian.org>, 1999
|
||||
.\"
|
||||
.\" Redistribution and use in source and binary forms, with or without
|
||||
.\" modification, are permitted provided that the following conditions
|
||||
.\" are met:
|
||||
.\" 1. Redistributions of source code must retain the above copyright
|
||||
.\" notice, this list of conditions and the following disclaimer.
|
||||
.\" 2. Redistributions in binary form must reproduce the above copyright
|
||||
.\" notice, this list of conditions and the following disclaimer in the
|
||||
.\" documentation and/or other materials provided with the distribution.
|
||||
.\" 3. Neither the name of Julianne F. Haugh nor the names of its contributors
|
||||
.\" may be used to endorse or promote products derived from this software
|
||||
.\" without specific prior written permission.
|
||||
.\"
|
||||
.\" THIS SOFTWARE IS PROVIDED BY JULIE HAUGH AND CONTRIBUTORS ``AS IS'' AND
|
||||
.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
||||
.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
||||
.\" ARE DISCLAIMED. IN NO EVENT SHALL JULIE HAUGH OR CONTRIBUTORS BE LIABLE
|
||||
.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
||||
.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
|
||||
.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
|
||||
.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
|
||||
.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
|
||||
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||
.\" SUCH DAMAGE.
|
||||
.\"
|
||||
.TH EXPIRY 1
|
||||
.SH NOME
|
||||
expiry \- controlla e fa rispettare la scadenza della password
|
||||
.SH SINTASSI
|
||||
.TP 6
|
||||
\fBexpiry\fP [\fB\-c\fP] [\fB\-f\fP]
|
||||
.SH DESCRIZIONE
|
||||
\fBexpiry\fP controlla (\fB\-c\fP) la scadenza della password in uso e, se
|
||||
necessario, richiede (\fB\-f\fP) che venga cambiata. Questo comando pu<70> essere
|
||||
eseguito da un utente qualsiasi.
|
||||
.SH FILE
|
||||
\fI/etc/passwd\fP \- informazioni sugli account degli utenti
|
||||
.br
|
||||
\fI/etc/shadow\fP \- informazioni sicure sugli account degli utenti
|
||||
.SH "VEDERE ANCHE"
|
||||
\fBpasswd\fP(5), \fBshadow\fP(5)
|
||||
.SH AUTORE
|
||||
Ben Collins <bcollins@debian.org>
|
||||
.SH TRADUZIONE
|
||||
.nf
|
||||
Giuseppe Sacco <eppesuig@debian.org>, 2005
|
||||
Danilo Piazzalunga <danilopiazza@libero.it>, 2005
|
||||
.fi
|
62
man/it/faillog.5
Normal file
62
man/it/faillog.5
Normal file
@@ -0,0 +1,62 @@
|
||||
.\" This file was generated with po4a. Translate the source file.
|
||||
.\"
|
||||
.\"$Id: faillog.5,v 1.1 2005/04/21 21:03:16 kloczek Exp $
|
||||
.\" Copyright 1989 - 1994, Julianne Frances Haugh
|
||||
.\" All rights reserved.
|
||||
.\"
|
||||
.\" Redistribution and use in source and binary forms, with or without
|
||||
.\" modification, are permitted provided that the following conditions
|
||||
.\" are met:
|
||||
.\" 1. Redistributions of source code must retain the above copyright
|
||||
.\" notice, this list of conditions and the following disclaimer.
|
||||
.\" 2. Redistributions in binary form must reproduce the above copyright
|
||||
.\" notice, this list of conditions and the following disclaimer in the
|
||||
.\" documentation and/or other materials provided with the distribution.
|
||||
.\" 3. Neither the name of Julianne F. Haugh nor the names of its contributors
|
||||
.\" may be used to endorse or promote products derived from this software
|
||||
.\" without specific prior written permission.
|
||||
.\"
|
||||
.\" THIS SOFTWARE IS PROVIDED BY JULIE HAUGH AND CONTRIBUTORS ``AS IS'' AND
|
||||
.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
||||
.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
||||
.\" ARE DISCLAIMED. IN NO EVENT SHALL JULIE HAUGH OR CONTRIBUTORS BE LIABLE
|
||||
.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
||||
.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
|
||||
.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
|
||||
.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
|
||||
.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
|
||||
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||
.\" SUCH DAMAGE.
|
||||
.TH FAILLOG 5
|
||||
.SH NOME
|
||||
faillog \- file di log degli accessi falliti
|
||||
.SH DESCRIZIONE
|
||||
\fI/var/log/faillog\fP mantiene i conteggi e i limiti dei tentativi di accesso
|
||||
falliti per ciascun account. Il file <20> composto da record di lunghezza
|
||||
fissa, indicizzati dal valore numerico di UID. Ciascun record contiene il
|
||||
conteggio degli accessi falliti a partire dall'ultimo login corretto, il
|
||||
numero massimo di tentativi permessi prima che l'account venga disabilitato,
|
||||
il terminale sul quale l'ultimo tentativo fallito <20> avvenuto e infine la
|
||||
data in cui <20> avvenuto.
|
||||
.PP
|
||||
La struttura del file <20> la seguente:
|
||||
.DS
|
||||
|
||||
struct faillog {
|
||||
short fail_cnt;
|
||||
short fail_max;
|
||||
char fail_line[12];
|
||||
time_t fail_time;
|
||||
};
|
||||
.DE
|
||||
.SH FILE
|
||||
\fI/var/log/faillog\fP \- log degli accessi falliti
|
||||
.SH "VEDERE ANCHE"
|
||||
\fBfaillog\fP(8)
|
||||
.SH AUTORE
|
||||
Julianne Frances Haugh (jockgrrl@ix.netcom.com)
|
||||
.SH TRADUZIONE
|
||||
.nf
|
||||
Giuseppe Sacco <eppesuig@debian.org>, 2005
|
||||
Danilo Piazzalunga <danilopiazza@libero.it>, 2005
|
||||
.fi
|
83
man/it/faillog.8
Normal file
83
man/it/faillog.8
Normal file
@@ -0,0 +1,83 @@
|
||||
.\" This file was generated with po4a. Translate the source file.
|
||||
.\"
|
||||
.\" $Id: faillog.8,v 1.1 2005/04/21 21:03:16 kloczek Exp $
|
||||
.\" Copyright 1989 - 1994, Julianne Frances Haugh
|
||||
.\" All rights reserved.
|
||||
.\"
|
||||
.\" Redistribution and use in source and binary forms, with or without
|
||||
.\" modification, are permitted provided that the following conditions
|
||||
.\" are met:
|
||||
.\" 1. Redistributions of source code must retain the above copyright
|
||||
.\" notice, this list of conditions and the following disclaimer.
|
||||
.\" 2. Redistributions in binary form must reproduce the above copyright
|
||||
.\" notice, this list of conditions and the following disclaimer in the
|
||||
.\" documentation and/or other materials provided with the distribution.
|
||||
.\" 3. Neither the name of Julianne F. Haugh nor the names of its contributors
|
||||
.\" may be used to endorse or promote products derived from this software
|
||||
.\" without specific prior written permission.
|
||||
.\"
|
||||
.\" THIS SOFTWARE IS PROVIDED BY JULIE HAUGH AND CONTRIBUTORS ``AS IS'' AND
|
||||
.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
||||
.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
||||
.\" ARE DISCLAIMED. IN NO EVENT SHALL JULIE HAUGH OR CONTRIBUTORS BE LIABLE
|
||||
.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
||||
.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
|
||||
.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
|
||||
.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
|
||||
.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
|
||||
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||
.\" SUCH DAMAGE.
|
||||
.TH FAILLOG 8
|
||||
.SH NOME
|
||||
faillog \- mostra i conteggi e imposta i limiti degli accessi falliti
|
||||
.SH SINTASSI
|
||||
.TP 6
|
||||
\fBfaillog\fP [\fBopzioni\fP]
|
||||
.SH DESCRIZIONE
|
||||
\fBfaillog\fP mostra il log degli accessi falliti, contenuto nel file
|
||||
\fI/var/log/faillog\fP; pu<70> anche essere usato per impostare i conteggi e i
|
||||
limiti dei tentativi falliti. Eseguire \fBfaillog\fP senza argomenti per
|
||||
ottenere un elenco degli utenti che hanno fallito almeno un tentativo di
|
||||
accesso.
|
||||
.SH OPZIONI
|
||||
Il comando \fBfaillog\fP accetta le seguenti opzioni:
|
||||
.IP "\fB\-a\fP, \fB\-\-all\fP"
|
||||
Mostra i record degli accessi falliti per tutti gli utenti.
|
||||
.IP "\fB\-h\fP, \fB\-\-help\fP"
|
||||
Mostra un messaggio di aiuto ed esce.
|
||||
.IP "\fB\-l\fP, \fB\-\-lock\-time\fP \fISEC\fP"
|
||||
Blocca l'account per \fISEC\fP secondi dopo un tentativo di accesso fallito.
|
||||
.IP "\fB\-m\fP, \fB\-\-maximum\fP \fIMAX\fP"
|
||||
Imposta a \fIMAX\fP il numero massimo di tentativi permessi prima che l'account
|
||||
venga disabilitato. Un valore pari a zero significa che non viene posto
|
||||
nessun limite sul numero di tentativi falliti. Per impedire un possibile
|
||||
attacco di tipo Denial of Service al sistema, si consiglia di impostare
|
||||
questo valore a 0 per \fBroot\fP.
|
||||
.IP "\fB\-r\fP, \fB\-\-reset\fP"
|
||||
Azzera i conteggi degli accessi falliti per tutti gli utenti, o per un
|
||||
utente solo se usato con l'opzione \fB\-u\fP \fILOGIN\fP. Per usare questa opzione
|
||||
<EFBFBD> richiesto l'accesso in scrittura a \fI/var/log/faillog\fP.
|
||||
.IP "\fB\-t\fP, \fB\-\-time\fP \fIGIORNI\fP"
|
||||
Mostra i record degli accessi falliti pi<70> recenti di un numero di
|
||||
\fIGIORNI\fP. L'opzione \fB\-t\fP ha la precedenza sull'uso di \fB\-u\fP.
|
||||
.IP "\fB\-u\fP, \fB\-\-user\fP \fILOGIN\fP"
|
||||
Mostra il record degli accessi falliti o, se sono state usate con le opzioni
|
||||
\fB\-r\fP, \fB\-m\fP o \fB\-l\fP, imposta conteggi e limiti solo per l'utente
|
||||
specificato da \fILOGIN\fP.
|
||||
.SH AVVISI/CAVEAT
|
||||
\fBfaillog\fP mostra solo gli utenti che non hanno effettuato nessun accesso
|
||||
corretto dopo l'ultimo tentativo fallito. Un utente che abbia completato
|
||||
correttamente un accesso dopo l'ultimo tentativo fallito <20> mostrato solo se
|
||||
viene richiesto esplicitamente con l'opzione \fB\-u\fP o se viene richiesto di
|
||||
mostrare tutti gli utenti con l'opzione \fB\-a\fP.
|
||||
.SH FILE
|
||||
\fI/var/log/faillog\fP \- file di log degli accessi falliti
|
||||
.SH "VEDERE ANCHE"
|
||||
\fBlogin\fP(1), \fBfaillog\fP(5)
|
||||
.SH AUTORE
|
||||
Julianne Frances Haugh (jockgrrl@ix.netcom.com)
|
||||
.SH TRADUZIONE
|
||||
.nf
|
||||
Giuseppe Sacco <eppesuig@debian.org>, 2005
|
||||
Danilo Piazzalunga <danilopiazza@libero.it>, 2005
|
||||
.fi
|
1
man/it/getspnam.3
Normal file
1
man/it/getspnam.3
Normal file
@@ -0,0 +1 @@
|
||||
.so shadow.3
|
76
man/it/gpasswd.1
Normal file
76
man/it/gpasswd.1
Normal file
@@ -0,0 +1,76 @@
|
||||
.\" Copyright 1996, Rafal Maszkowski, rzm@pdi.net
|
||||
.\" All rights reserved. You can redistribute this man page and/or
|
||||
.\" modify it under the terms of the GNU General Public License as
|
||||
.\" published by the Free Software Foundation; either version 2 of the
|
||||
.\" License, or (at your option) any later version.
|
||||
.\"
|
||||
.\" $Id: gpasswd.1,v 1.4 2005/04/05 19:08:54 kloczek Exp $
|
||||
.\"
|
||||
.\" Traduzione in italiano a cura di Isabella Ruocco <isacher@nettaxi.com>
|
||||
.\" luglio 1999
|
||||
.\"
|
||||
.TH GPASSWD 1
|
||||
.SH NOME
|
||||
gpasswd \- amministra il file /etc/group
|
||||
.br
|
||||
.SH SINTASSI
|
||||
.B gpasswd \fIgruppo\fR
|
||||
.br
|
||||
.B gpasswd
|
||||
.B \-a
|
||||
\fIutente\fR \fIgruppo\fR
|
||||
.br
|
||||
.B gpasswd
|
||||
.B \-d
|
||||
\fIutente\fR \fIgruppo\fR
|
||||
.br
|
||||
.B gpasswd
|
||||
.B \-R
|
||||
\fIgruppo\fR
|
||||
.br
|
||||
.B gpasswd
|
||||
.B \-r
|
||||
\fIgruppo\fR
|
||||
.br
|
||||
.B gpasswd
|
||||
.RB [ \-A
|
||||
\fIutente\fR,...]
|
||||
.RB [ \-M
|
||||
\fIutente\fR,...]
|
||||
\fIgruppo\fR
|
||||
.br
|
||||
.SH DESCRIZIONE
|
||||
.B gpasswd
|
||||
viene usato per amministrare il file /etc/group (ed il file /etc/gshadow
|
||||
se compilato con SHADOWGRP definito). Ogni gruppo pu<70> avere amministratori,
|
||||
membri ed una password. L'amministratore di sistema pu<70> usare l'opzione \fB\-A\fR
|
||||
per definire l'amministratore/gli amministratori di gruppo e l'opzione \fB\-M\fR
|
||||
per definire i membri ed ha tutti i diritti degli amministratori di gruppo e
|
||||
dei membri.
|
||||
.PP
|
||||
L'amministratore di gruppo pu<70> aggiungere e rimuovere utenti usando
|
||||
rispettivamente le opzioni \fB\-a\fR e \fB\-d\fR. Gli amministratori possono usare
|
||||
l'opzione \fB\-r\fR per rimuovere la password di gruppo. Quando non <20>
|
||||
impostata alcuna password solo i membri del gruppo possono usare
|
||||
.BR newgrp (1)
|
||||
per unirsi al gruppo. L'opzione \fB\-R\fR disabilita l'accesso al gruppo tramite
|
||||
il comando
|
||||
.BR newgrp (1).
|
||||
.PP
|
||||
.B gpasswd
|
||||
invocata da un amministratore di gruppo con il solo nome del gruppo richiede
|
||||
solamente la password di gruppo. Se la password <20> impostata i membri possono ancora
|
||||
usare
|
||||
.BR newgrp (1)
|
||||
senza la password, i non\-membri devono fornire la password.
|
||||
|
||||
.SH FILE
|
||||
\fI/etc/group\fR \- informazioni sui gruppi
|
||||
.br
|
||||
\fI/etc/gshadow\fR \- informazioni sul gruppo shadow
|
||||
.SH VEDERE ANCHE
|
||||
.BR newgrp (1),
|
||||
.BR groupadd (8),
|
||||
.BR groupdel (8),
|
||||
.BR groupmod (8),
|
||||
.BR grpck (8)
|
65
man/it/groupadd.8
Normal file
65
man/it/groupadd.8
Normal file
@@ -0,0 +1,65 @@
|
||||
.\" Copyright 1991, Julianne Frances Haugh
|
||||
.\" All rights reserved.
|
||||
.\"
|
||||
.\" Redistribution and use in source and binary forms, with or without
|
||||
.\" modification, are permitted provided that the following conditions
|
||||
.\" are met:
|
||||
.\" 1. Redistributions of source code must retain the above copyright
|
||||
.\" notice, this list of conditions and the following disclaimer.
|
||||
.\" 2. Redistributions in binary form must reproduce the above copyright
|
||||
.\" notice, this list of conditions and the following disclaimer in the
|
||||
.\" documentation and/or other materials provided with the distribution.
|
||||
.\" 3. Neither the name of Julianne F. Haugh nor the names of its contributors
|
||||
.\" may be used to endorse or promote products derived from this software
|
||||
.\" without specific prior written permission.
|
||||
.\"
|
||||
.\" THIS SOFTWARE IS PROVIDED BY JULIE HAUGH AND CONTRIBUTORS ``AS IS'' AND
|
||||
.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
||||
.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
||||
.\" ARE DISCLAIMED. IN NO EVENT SHALL JULIE HAUGH OR CONTRIBUTORS BE LIABLE
|
||||
.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
||||
.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
|
||||
.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
|
||||
.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
|
||||
.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
|
||||
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||
.\" SUCH DAMAGE.
|
||||
.\"
|
||||
.\" $Id: groupadd.8,v 1.9 2005/04/05 19:08:54 kloczek Exp $
|
||||
.\"
|
||||
.\" Traduzione in italiano a cura di Isabella Ruocco <isacher@nettaxi.com>
|
||||
.\" luglio 1999
|
||||
.\"
|
||||
.TH GROUPADD 8
|
||||
.SH NOME
|
||||
groupadd \- Crea un nuovo gruppo
|
||||
.SH SINTASSI
|
||||
\fBgroupadd\fR [\fB\-g\fR \fIgid\fR [\fB\-o\fR]] [\fB\-f\fR] \fIgruppo\fR
|
||||
.SH DESCRIZIONE
|
||||
Il comando \fBgroupadd\fR crea un nuovo account di gruppo usando i valori
|
||||
specificati sulla linea di comando ed i valori predefiniti dal sistema.
|
||||
Il nuovo gruppo verr<72> aggiunto ai file di sistema che lo necessitano.
|
||||
.SH OPZIONI
|
||||
Le opzioni che si applicano al comando \fBgroupadd\fR sono:
|
||||
.IP "\fB\-g\fR \fIgid\fR"
|
||||
Il valore numerico dell'identificatore (ID) del gruppo.
|
||||
Questo valore deve essere univoco, a meno che non venga usata l'opzione \fB\-o\fR.
|
||||
Il valore deve essere non\-negativo.
|
||||
La scelta predefinita <20> quella di usare il minimo valore di ID superiore a 999
|
||||
e superiore a qualunque altro gruppo.
|
||||
Valori tra 0 e 999 sono tipicamente riservati per account di sistema.
|
||||
.SH FILE
|
||||
\fI/etc/group\fR \- informazioni sugli account di gruppo
|
||||
.br
|
||||
\fI/etc/gshadow\fR \- informazioni sicure sugli account di gruppo
|
||||
.SH VEDERE ANCHE
|
||||
.BR chfn (1),
|
||||
.BR chsh (1),
|
||||
.BR useradd (8),
|
||||
.BR userdel (8),
|
||||
.BR usermod (8),
|
||||
.BR passwd (1),
|
||||
.BR groupdel (8),
|
||||
.BR groupmod (8)
|
||||
.SH AUTORE
|
||||
Julianne Frances Haugh (jfh@tab.com)
|
63
man/it/groupdel.8
Normal file
63
man/it/groupdel.8
Normal file
@@ -0,0 +1,63 @@
|
||||
.\" Copyright 1991 \- 1993, Julianne Frances Haugh
|
||||
.\" All rights reserved.
|
||||
.\"
|
||||
.\" Redistribution and use in source and binary forms, with or without
|
||||
.\" modification, are permitted provided that the following conditions
|
||||
.\" are met:
|
||||
.\" 1. Redistributions of source code must retain the above copyright
|
||||
.\" notice, this list of conditions and the following disclaimer.
|
||||
.\" 2. Redistributions in binary form must reproduce the above copyright
|
||||
.\" notice, this list of conditions and the following disclaimer in the
|
||||
.\" documentation and/or other materials provided with the distribution.
|
||||
.\" 3. Neither the name of Julianne F. Haugh nor the names of its contributors
|
||||
.\" may be used to endorse or promote products derived from this software
|
||||
.\" without specific prior written permission.
|
||||
.\"
|
||||
.\" THIS SOFTWARE IS PROVIDED BY JULIE HAUGH AND CONTRIBUTORS ``AS IS'' AND
|
||||
.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
||||
.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
||||
.\" ARE DISCLAIMED. IN NO EVENT SHALL JULIE HAUGH OR CONTRIBUTORS BE LIABLE
|
||||
.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
||||
.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
|
||||
.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
|
||||
.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
|
||||
.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
|
||||
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||
.\" SUCH DAMAGE.
|
||||
.\"
|
||||
.\" $Id: groupdel.8,v 1.4 2005/04/05 19:08:54 kloczek Exp $
|
||||
.\"
|
||||
.\" Traduzione in italiano a cura di Isabella Ruocco <isacher@nettaxi.com>
|
||||
.\" luglio 1999
|
||||
.\"
|
||||
.TH GROUPDEL 8
|
||||
.SH NOME
|
||||
groupdel \- Rimuove un gruppo
|
||||
.SH SINTASSI
|
||||
.B groupdel
|
||||
.I gruppo
|
||||
.SH DESCRIZIONE
|
||||
Il comando \fBgroupdel\fR modifica i file di account di sistema, rimuovendo
|
||||
tutte le voci che si riferiscono a \fIgruppo\fR.
|
||||
Il gruppo nominato deve esistere.
|
||||
.PP
|
||||
Occorre controllare manualmente tutti i filesystem per assicurarsi che non
|
||||
rimanga alcun file avente come ID di gruppo del file il gruppo specificato.
|
||||
.SH CAVEAT
|
||||
Non si pu<70> rimuovere il gruppo primario di qualche utente esistente.
|
||||
Occorre rimuovere l'utente prima di rimuovere il gruppo.
|
||||
.SH FILE
|
||||
\fI/etc/group\fR \- informazioni sui gruppi
|
||||
.br
|
||||
\fI/etc/gshadow\fR \- informazioni sicure sui gruppi
|
||||
.SH VEDERE ANCHE
|
||||
.BR chfn (1),
|
||||
.BR chsh (1),
|
||||
.BR useradd (8),
|
||||
.BR userdel (8),
|
||||
.BR usermod (8),
|
||||
.BR passwd (1),
|
||||
.BR groupadd (8),
|
||||
.BR groupmod (8)
|
||||
.SH AUTORE
|
||||
Julianne Frances Haugh (jfh@tab.com)
|
67
man/it/groupmod.8
Normal file
67
man/it/groupmod.8
Normal file
@@ -0,0 +1,67 @@
|
||||
.\" Copyright 1991, Julianne Frances Haugh
|
||||
.\" All rights reserved.
|
||||
.\"
|
||||
.\" Redistribution and use in source and binary forms, with or without
|
||||
.\" modification, are permitted provided that the following conditions
|
||||
.\" are met:
|
||||
.\" 1. Redistributions of source code must retain the above copyright
|
||||
.\" notice, this list of conditions and the following disclaimer.
|
||||
.\" 2. Redistributions in binary form must reproduce the above copyright
|
||||
.\" notice, this list of conditions and the following disclaimer in the
|
||||
.\" documentation and/or other materials provided with the distribution.
|
||||
.\" 3. Neither the name of Julianne F. Haugh nor the names of its contributors
|
||||
.\" may be used to endorse or promote products derived from this software
|
||||
.\" without specific prior written permission.
|
||||
.\"
|
||||
.\" THIS SOFTWARE IS PROVIDED BY JULIE HAUGH AND CONTRIBUTORS ``AS IS'' AND
|
||||
.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
||||
.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
||||
.\" ARE DISCLAIMED. IN NO EVENT SHALL JULIE HAUGH OR CONTRIBUTORS BE LIABLE
|
||||
.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
||||
.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
|
||||
.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
|
||||
.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
|
||||
.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
|
||||
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||
.\" SUCH DAMAGE.
|
||||
.\"
|
||||
.\" $Id: groupmod.8,v 1.7 2005/04/05 19:08:54 kloczek Exp $
|
||||
.\"
|
||||
.\" Traduzione in italiano a cura di Isabella Ruocco <isacher@nettaxi.com>
|
||||
.\" luglio 1999
|
||||
.\"
|
||||
.TH GROUPMOD 8
|
||||
.SH NOME
|
||||
groupmod \- Modifica un gruppo
|
||||
.SH SINTASSI
|
||||
\fBgroupmod\fR [\fB\-g\fR \fIgid\fR [\fB\-o\fR]] [\fB\-n\fR \fInome_gruppo\fR]
|
||||
.I gruppo
|
||||
.SH DESCRIZIONE
|
||||
Il comando \fBgroupmod\fR modifica i file di account del sistema in modo
|
||||
da riflettere i cambiamenti che sono specificati sulla linea di comando.
|
||||
Le opzioni che si applicano al comando \fIgroupmod\fR sono
|
||||
.IP "\fB\-g \fIgid\fR"
|
||||
Il valore numerico dell'identificatore (ID) del gruppo.
|
||||
Questo valore deve essere univoco, a meno che non venga usata l'opzione
|
||||
\fB\-o\fR.
|
||||
Il valore deve essere non\-negativo.
|
||||
Valori tra 0 e 999 sono tipicamente riservati per gruppi di sistema.
|
||||
Occorre modificare manualmente l'ID di gruppo di tutti i file
|
||||
il cui ID di gruppo <20> quello vecchio.
|
||||
.IP "\fB\-n \fInome_gruppo\fR"
|
||||
Il nome del gruppo verr<72> modificato da \fIgruppo\fR a \fInome_gruppo\fR.
|
||||
.SH FILE
|
||||
\fI/etc/group\fR \- informazioni sui gruppi
|
||||
.br
|
||||
\fI/etc/gshadow\fR \- informazioni sicure sui gruppi
|
||||
.SH VEDERE ANCHE
|
||||
.BR chfn (1),
|
||||
.BR chsh (1),
|
||||
.BR useradd (8),
|
||||
.BR userdel (8),
|
||||
.BR usermod (8),
|
||||
.BR passwd (1),
|
||||
.BR groupadd (8),
|
||||
.BR groupdel (8)
|
||||
.SH AUTORE
|
||||
Julianne Frances Haugh (jfh@tab.com)
|
55
man/it/groups.1
Normal file
55
man/it/groups.1
Normal file
@@ -0,0 +1,55 @@
|
||||
.\" This file was generated with po4a. Translate the source file.
|
||||
.\"
|
||||
.\"$Id: groups.1,v 1.3 2005/04/21 21:03:16 kloczek Exp $
|
||||
.\" Copyright 1991 - 1994, Julianne Frances Haugh
|
||||
.\" All rights reserved.
|
||||
.\"
|
||||
.\" Redistribution and use in source and binary forms, with or without
|
||||
.\" modification, are permitted provided that the following conditions
|
||||
.\" are met:
|
||||
.\" 1. Redistributions of source code must retain the above copyright
|
||||
.\" notice, this list of conditions and the following disclaimer.
|
||||
.\" 2. Redistributions in binary form must reproduce the above copyright
|
||||
.\" notice, this list of conditions and the following disclaimer in the
|
||||
.\" documentation and/or other materials provided with the distribution.
|
||||
.\" 3. Neither the name of Julianne F. Haugh nor the names of its contributors
|
||||
.\" may be used to endorse or promote products derived from this software
|
||||
.\" without specific prior written permission.
|
||||
.\"
|
||||
.\" THIS SOFTWARE IS PROVIDED BY JULIE HAUGH AND CONTRIBUTORS ``AS IS'' AND
|
||||
.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
||||
.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
||||
.\" ARE DISCLAIMED. IN NO EVENT SHALL JULIE HAUGH OR CONTRIBUTORS BE LIABLE
|
||||
.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
||||
.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
|
||||
.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
|
||||
.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
|
||||
.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
|
||||
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||
.\" SUCH DAMAGE.
|
||||
.TH GROUPS 1
|
||||
.SH NOME
|
||||
groups \- mostra i nomi dei gruppi correnti
|
||||
.SH SINTASSI
|
||||
\fBgroups\fP [\fIutente\fP]
|
||||
.SH DESCRIZIONE
|
||||
Per ciascuno dei gruppi correnti, \fBgroups\fP mostra i nomi o i valori ID. Se
|
||||
un valore non ha nessuna voce corrispondente in \fI/etc/group\fP, esso viene
|
||||
mostrato in forma numerica. Se viene specificato un \fIutente\fP, vengono
|
||||
mostrati i gruppi a cui appartiene quel determinato \fIutente\fP.
|
||||
.SH NOTA
|
||||
Sui sistemi che non supportano l'appartenenza a pi<70> gruppi
|
||||
contemporaneamente, vengono riportate le informazioni da
|
||||
\fI/etc/group\fP. L'utente deve usare \fBnewgrp\fP o \fBsg\fP per cambiare gli ID dei
|
||||
gruppi reale ed efficace.
|
||||
.SH FILE
|
||||
\fI/etc/group\fP \- informazioni sugli account dei gruppi
|
||||
.SH "VEDERE ANCHE"
|
||||
\fBnewgrp\fP(1), \fBgetgid\fP(2), \fBgetgroups\fP(2), \fBgetuid\fP(2)
|
||||
.SH AUTORE
|
||||
Julianne Frances Haugh <jockgrrl@ix.netcom.com>
|
||||
.SH TRADUZIONE
|
||||
.nf
|
||||
Giuseppe Sacco <eppesuig@debian.org>, 2005
|
||||
Danilo Piazzalunga <danilopiazza@libero.it>, 2005
|
||||
.fi
|
106
man/it/grpck.8
Normal file
106
man/it/grpck.8
Normal file
@@ -0,0 +1,106 @@
|
||||
.\" This file was generated with po4a. Translate the source file.
|
||||
.\"
|
||||
.\"$Id: grpck.8,v 1.5 2005/04/21 21:03:16 kloczek Exp $
|
||||
.\" Copyright 1992 - 1993, Julianne Frances Haugh
|
||||
.\" All rights reserved.
|
||||
.\"
|
||||
.\" Redistribution and use in source and binary forms, with or without
|
||||
.\" modification, are permitted provided that the following conditions
|
||||
.\" are met:
|
||||
.\" 1. Redistributions of source code must retain the above copyright
|
||||
.\" notice, this list of conditions and the following disclaimer.
|
||||
.\" 2. Redistributions in binary form must reproduce the above copyright
|
||||
.\" notice, this list of conditions and the following disclaimer in the
|
||||
.\" documentation and/or other materials provided with the distribution.
|
||||
.\" 3. Neither the name of Julianne F. Haugh nor the names of its contributors
|
||||
.\" may be used to endorse or promote products derived from this software
|
||||
.\" without specific prior written permission.
|
||||
.\"
|
||||
.\" THIS SOFTWARE IS PROVIDED BY JULIE HAUGH AND CONTRIBUTORS ``AS IS'' AND
|
||||
.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
||||
.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
||||
.\" ARE DISCLAIMED. IN NO EVENT SHALL JULIE HAUGH OR CONTRIBUTORS BE LIABLE
|
||||
.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
||||
.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
|
||||
.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
|
||||
.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
|
||||
.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
|
||||
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||
.\" SUCH DAMAGE.
|
||||
.TH GRPCK 8
|
||||
.SH NOME
|
||||
grpck \- verifica l'integrit<69> dei file di gruppo
|
||||
.SH SINTASSI
|
||||
\fBgrpck\fP [\fB\-r\fP] [\fIgroup\fP \fIshadow\fP]
|
||||
.SH DESCRIZIONE
|
||||
\fBgrpck\fP verifica l'integrit<69> delle informazioni di autenticazione del
|
||||
sistema. Ogni voce in \fI/etc/group\fP e in \fI/etc/gshadow\fP viene controllata
|
||||
per verificare che abbia il formato corretto e dati validi in ciascun
|
||||
campo. Viene richiesto all'utente di rimuovere le voci che non hanno un
|
||||
formato appropriato o che hanno altri errori impossibili da correggere.
|
||||
.PP
|
||||
Vengono fatti controlli per verificare che ogni voce abbia:
|
||||
.sp
|
||||
.in +.5i
|
||||
\- il corretto numero di campi
|
||||
.br
|
||||
\- un nome univoco di gruppo
|
||||
.br
|
||||
\- una lista valida di membri e amministratori
|
||||
.in \-.5i
|
||||
.sp
|
||||
.PP
|
||||
Gli errori nelle verifiche sul corretto numero di campi e sull'univocit<69>
|
||||
del nome del gruppo sono irrimediabili. Se una voce ha un numero errato di
|
||||
campi, all'utente viene chiesto di cancellare l'intera riga; se l'utente non
|
||||
risponde affermativamente, vengono omessi tutti gli ulteriori
|
||||
controlli. Viene richiesta la cancellazione anche per le voci aventi il nome
|
||||
del gruppo duplicato, ma i rimanenti controlli vengono ugualmente
|
||||
effettuati. Tutti gli altri errori non sono gravi e l'utente <20> invitato a
|
||||
eseguire il comando \fBgroupmod\fP per correggerli.
|
||||
.PP
|
||||
I comandi che operano sul file \fI/etc/group\fP non sono in grado di modificare
|
||||
voci corrotte o duplicate; in tali circostanze va usato \fBgrpck\fP per
|
||||
rimuovere la voce scorretta.
|
||||
.SH OPZIONI
|
||||
Come impostazione predefinita, \fBgrpck\fP opera sui file \fI/etc/group\fP e in
|
||||
\fI/etc/gshadow\fP. L'utente pu<70> selezionare file alternativi con i parametri
|
||||
\fIgroup\fP e \fIshadow\fP. Inoltre, il comando pu<70> essere eseguito in modalit<69>
|
||||
di sola lettura specificando l'opzione \fB\-r\fP: questo fa in modo che, senza
|
||||
l'intervento dell'utente, venga risposto \fBno\fP a tutte le domande che
|
||||
riguardano i cambiamenti. Con \fBgrpck\fP si possono anche ordinare per GID le
|
||||
voci in \fI/etc/group\fP e in \fI/etc/gshadow\fP, <20> sufficiente fornire l'opzione
|
||||
\fB\-s\fP. Non viene effettuato nessun controllo, il programma si limita a
|
||||
ordinare i file.
|
||||
.SH FILE
|
||||
\fI/etc/group\fP \- informazioni sugli account dei gruppi
|
||||
.br
|
||||
\fI/etc/gshadow\fP \- password cifrate e informazioni sugli amministratori dei
|
||||
gruppi
|
||||
.br
|
||||
\fI/etc/passwd\fP \- informazioni sugli account degli utenti
|
||||
.SH "VEDERE ANCHE"
|
||||
\fBgroup\fP(5), \fBpasswd\fP(5), \fBshadow\fP(5), \fBgroupmod\fP(8)
|
||||
.SH "VALORI RESTITUITI"
|
||||
.TP 2
|
||||
Il comando \fBgrpck\fP restituisce i seguenti valori:
|
||||
.br
|
||||
\fB0\fP \- successo
|
||||
.br
|
||||
\fB1\fP \- errore di sintassi
|
||||
.br
|
||||
\fB2\fP \- una o pi<70> voci di gruppo contengono errori
|
||||
.br
|
||||
\fB3\fP \- impossibile aprire i file dei gruppi
|
||||
.br
|
||||
\fB4\fP \- impossibile fare il lock dei file dei gruppi
|
||||
.br
|
||||
\fB5\fP \- impossibile aggiornare i file dei gruppi
|
||||
.SH AUTORE
|
||||
Julianne Frances Haugh (jockgrrl@ix.netcom.com)
|
||||
.SH TRADUZIONE
|
||||
.nf
|
||||
Isabella Ruocco <isacher@nettaxi.com>, 1999
|
||||
Giuseppe Sacco <eppesuig@debian.org>, 2005
|
||||
Danilo Piazzalunga <danilopiazza@libero.it>, 2005
|
||||
.fi
|
1
man/it/grpconv.8
Normal file
1
man/it/grpconv.8
Normal file
@@ -0,0 +1 @@
|
||||
.so man8/pwconv.8
|
1
man/it/grpunconv.8
Normal file
1
man/it/grpunconv.8
Normal file
@@ -0,0 +1 @@
|
||||
.so man8/pwconv.8
|
54
man/it/id.1
Normal file
54
man/it/id.1
Normal file
@@ -0,0 +1,54 @@
|
||||
.\" This file was generated with po4a. Translate the source file.
|
||||
.\"
|
||||
.\"$Id: id.1,v 1.3 2005/04/21 21:03:16 kloczek Exp $
|
||||
.\" Copyright 1991, Julianne Frances Haugh
|
||||
.\" All rights reserved.
|
||||
.\"
|
||||
.\" Redistribution and use in source and binary forms, with or without
|
||||
.\" modification, are permitted provided that the following conditions
|
||||
.\" are met:
|
||||
.\" 1. Redistributions of source code must retain the above copyright
|
||||
.\" notice, this list of conditions and the following disclaimer.
|
||||
.\" 2. Redistributions in binary form must reproduce the above copyright
|
||||
.\" notice, this list of conditions and the following disclaimer in the
|
||||
.\" documentation and/or other materials provided with the distribution.
|
||||
.\" 3. Neither the name of Julianne F. Haugh nor the names of its contributors
|
||||
.\" may be used to endorse or promote products derived from this software
|
||||
.\" without specific prior written permission.
|
||||
.\"
|
||||
.\" THIS SOFTWARE IS PROVIDED BY JULIE HAUGH AND CONTRIBUTORS ``AS IS'' AND
|
||||
.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
||||
.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
||||
.\" ARE DISCLAIMED. IN NO EVENT SHALL JULIE HAUGH OR CONTRIBUTORS BE LIABLE
|
||||
.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
||||
.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
|
||||
.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
|
||||
.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
|
||||
.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
|
||||
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||
.\" SUCH DAMAGE.
|
||||
.TH ID 1
|
||||
.SH NOME
|
||||
id \- mostra i nomi e gli ID dell'utente e del gruppo
|
||||
.SH SINTASSI
|
||||
\fBid\fP [\fB\-a\fP]
|
||||
.SH DESCRIZIONE
|
||||
\fBid\fP mostra i nomi o i valori degli ID reale ed efficace, sia dell'utente
|
||||
che del gruppo corrente. Se non <20> presente in \fI/etc/passwd\fP o in
|
||||
\fI/etc/group\fP una voce relativa al valore numerico, esso viene mostrato
|
||||
senza il nome corrispondente. L'opzione facoltativa \fB\-a\fP mostra l'insieme
|
||||
dei gruppi sui sistemi che supportano l'appartenenza a pi<70> gruppi
|
||||
contemporaneamente.
|
||||
.SH FILE
|
||||
\fI/etc/passwd\fP \- informazioni sugli account degli utenti
|
||||
.br
|
||||
\fI/etc/group\fP \- informazioni sugli account dei gruppi
|
||||
.SH "VEDERE ANCHE"
|
||||
\fBgetgid\fP(2), \fBgetgroups\fP(2), \fBgetuid\fP(2)
|
||||
.SH AUTORE
|
||||
Julianne Frances Haugh <jockgrrl@ix.netcom.com>
|
||||
.SH TRADUZIONE
|
||||
.nf
|
||||
Giuseppe Sacco <eppesuig@debian.org>, 2005
|
||||
Danilo Piazzalunga <danilopiazza@libero.it>, 2005
|
||||
.fi
|
76
man/it/lastlog.8
Normal file
76
man/it/lastlog.8
Normal file
@@ -0,0 +1,76 @@
|
||||
.\" This file was generated with po4a. Translate the source file.
|
||||
.\"
|
||||
.\"$Id: lastlog.8,v 1.7 2005/04/21 21:03:16 kloczek Exp $
|
||||
.\" Copyright 1992, Phillip Street and Julianne Frances Haugh
|
||||
.\" All rights reserved.
|
||||
.\"
|
||||
.\" Redistribution and use in source and binary forms, with or without
|
||||
.\" modification, are permitted provided that the following conditions
|
||||
.\" are met:
|
||||
.\" 1. Redistributions of source code must retain the above copyright
|
||||
.\" notice, this list of conditions and the following disclaimer.
|
||||
.\" 2. Redistributions in binary form must reproduce the above copyright
|
||||
.\" notice, this list of conditions and the following disclaimer in the
|
||||
.\" documentation and/or other materials provided with the distribution.
|
||||
.\" 3. Neither the name of Julianne F. Haugh nor the names of its contributors
|
||||
.\" may be used to endorse or promote products derived from this software
|
||||
.\" without specific prior written permission.
|
||||
.\"
|
||||
.\" THIS SOFTWARE IS PROVIDED BY JULIE HAUGH AND CONTRIBUTORS ``AS IS'' AND
|
||||
.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
||||
.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
||||
.\" ARE DISCLAIMED. IN NO EVENT SHALL JULIE HAUGH OR CONTRIBUTORS BE LIABLE
|
||||
.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
||||
.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
|
||||
.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
|
||||
.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
|
||||
.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
|
||||
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||
.\" SUCH DAMAGE.
|
||||
.\" @(#)lastlog.8 3.3 08:24:58 29 Sep 1993 (National Guard Release)
|
||||
.TH LASTLOG 8
|
||||
.SH NOME
|
||||
lastlog \- esamina il file degli ultimi accessi
|
||||
.SH SINTASSI
|
||||
.TP 8
|
||||
\fBlastlog\fP [\fBopzioni\fP]
|
||||
.SH DESCRIZIONE
|
||||
.PP
|
||||
\fBlastlog\fP mostra il log degli ultimi accessi, contenuto nel file
|
||||
\fI/var/log/lastlog\fP. Le informazioni mostrate sono il \fBnome utente\fP, la
|
||||
\fBporta\fP, e la \fBdata dell'ultimo accesso\fP. Il comportamento predefinito
|
||||
(nessuna opzione specificata) <20> di mostrare i record di ultimo accesso per
|
||||
tutti gli utenti, nell'ordine in cui compaiono in \fB/etc/passwd\fP.
|
||||
.SH OPZIONI
|
||||
.TP
|
||||
Il comando \fBlastlog\fP accetta le seguenti opzioni:
|
||||
.IP "\fB\-h\fP, \fB\-\-help\fP"
|
||||
Mostra un messaggio di aiuto ed esce.
|
||||
.IP "\fB\-t\fP, \fB\-\-time\fP \fIGIORNI\fP"
|
||||
Mostra solo i record di ultimo accesso pi<70> recenti di un numero di
|
||||
\fIGIORNI\fP.
|
||||
.IP "\fB\-u\fP, \fB\-\-user\fP \fILOGIN\fP"
|
||||
Mostra il record di ultimo accesso per l'utente specificato da \fILOGIN\fP.
|
||||
.TP
|
||||
L'opzione \fB\-t\fP ha la precedenza sull'uso di \fB\-u\fP.
|
||||
.PP
|
||||
Se l'utente non ha mai effettuato accessi al sistema viene mostrato, al
|
||||
posto della porta e della data, il messaggio \fB"**Nessun accesso
|
||||
effettuato**"\fP.
|
||||
.SH FILE
|
||||
\fI/var/log/lastlog\fP \- file di log degli ultimi accessi
|
||||
.SH AVVISI/CAVEAT
|
||||
Se ci sono dei grossi scarti tra i valori di UID, il programma lastlog pu<70>
|
||||
restare in esecuzione per un tempo prolungato senza produrre output sullo
|
||||
schermo (ad es. se mmdf=800 e l'ultimo UID vale 170, il programma sembrer<65>
|
||||
bloccato come se esaminasse gli UID tra 171 e 799).
|
||||
.SH AUTORI
|
||||
Julianne Frances Haugh (jockgrrl@ix.netcom.com)
|
||||
.br
|
||||
Phillip Street
|
||||
.SH TRADUZIONE
|
||||
.nf
|
||||
Isabella Ruocco <isacher@nettaxi.com>, 1999
|
||||
Giuseppe Sacco <eppesuig@debian.org>, 2005
|
||||
Danilo Piazzalunga <danilopiazza@libero.it>, 2005
|
||||
.fi
|
129
man/it/login.1
Normal file
129
man/it/login.1
Normal file
@@ -0,0 +1,129 @@
|
||||
.\" This file was generated with po4a. Translate the source file.
|
||||
.\"
|
||||
.\" $Id: login.1,v 1.3 2005/04/21 21:03:16 kloczek Exp $
|
||||
.\" Copyright 1989 - 1994, Julianne Frances Haugh
|
||||
.\" All rights reserved.
|
||||
.\"
|
||||
.\" Redistribution and use in source and binary forms, with or without
|
||||
.\" modification, are permitted provided that the following conditions
|
||||
.\" are met:
|
||||
.\" 1. Redistributions of source code must retain the above copyright
|
||||
.\" notice, this list of conditions and the following disclaimer.
|
||||
.\" 2. Redistributions in binary form must reproduce the above copyright
|
||||
.\" notice, this list of conditions and the following disclaimer in the
|
||||
.\" documentation and/or other materials provided with the distribution.
|
||||
.\" 3. Neither the name of Julianne F. Haugh nor the names of its contributors
|
||||
.\" may be used to endorse or promote products derived from this software
|
||||
.\" without specific prior written permission.
|
||||
.\"
|
||||
.\" THIS SOFTWARE IS PROVIDED BY JULIE HAUGH AND CONTRIBUTORS ``AS IS'' AND
|
||||
.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
||||
.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
||||
.\" ARE DISCLAIMED. IN NO EVENT SHALL JULIE HAUGH OR CONTRIBUTORS BE LIABLE
|
||||
.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
||||
.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
|
||||
.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
|
||||
.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
|
||||
.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
|
||||
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||
.\" SUCH DAMAGE.
|
||||
.TH LOGIN 1
|
||||
.SH NOME
|
||||
login \- apre una sessione sul sistema
|
||||
.SH SINTASSI
|
||||
\fBlogin\fP [\fB\-p\fP] [\fInome_utente\fP] [\fIENV=VAR\fP ...]
|
||||
.br
|
||||
\fBlogin\fP [\fB\-p\fP] [\fB\-h\fP \fIhost\fP] [\fB\-f\fP \fInome_utente\fP]
|
||||
.br
|
||||
\fBlogin\fP [\fB\-p\fP] \fB\-r\fP \fIhost\fP
|
||||
.SH DESCRIZIONE
|
||||
\fBlogin\fP viene utilizzato per aprire una sessione sul sistema. Normalmente
|
||||
viene invocato automaticamente rispondendo al prompt \fIlogin:\fP del
|
||||
terminale. \fBlogin\fP pu<70> essere trattato in maniera speciale dalla shell e
|
||||
non pu<70> essere invocato come sottoprocesso. Normalmente \fBlogin\fP <20>
|
||||
trattato dalla shell come \fBexec login\fP che termina la shell utente
|
||||
attuale. L'esecuzione di \fBlogin\fP da una shell che non sia quella di login
|
||||
produce un messaggio d'errore.
|
||||
.PP
|
||||
All'utente viene quindi chiesta la password, se necessario. Durante questa
|
||||
operazione l'eco sul terminale <20> disabilitato per non rivelare la
|
||||
password. Solo un basso numero di tentativi falliti <20> permesso prima che
|
||||
\fBlogin\fP termini e che la connessione sia rallentata.
|
||||
.PP
|
||||
Se la scadenza delle password <20> abilitata per il proprio account, prima di
|
||||
proseguire ci pu<70> essere la richiesta di una nuova password. Il programma
|
||||
chieder<EFBFBD> prima la vecchia password e poi la nuova per poter continuare. Per
|
||||
maggiori informazioni si faccia riferimento a \fBpasswd\fP(1).
|
||||
.PP
|
||||
|
||||
Dopo aver completato correttamente l'accesso, vengono mostrati eventuali
|
||||
messaggi di sistema e si viene informati della presenza di nuova posta. Si
|
||||
pu<EFBFBD> evitare di visualizzare i messaggi in \fI/etc/motd\fP creando un file
|
||||
vuoto chiamato \fI.hushlogin\fP nella propria directory di login. Il messaggio
|
||||
relativo alla presenza di posta <20> "\fBC'<27> nuova posta.\fP", "\fBC'<27> la solita
|
||||
posta.\fP" o "\fBNessun messaggio di posta.\fP" a seconda dello stato della
|
||||
propria casella di posta.
|
||||
|
||||
.PP
|
||||
I propri ID di utente e gruppo vengono poi impostati in base ai valori
|
||||
definiti nel file \fI/etc/passwd\fP. I valori di \fB$HOME\fP, \fB$SHELL\fP, \fB$PATH\fP,
|
||||
\fB$LOGNAME\fP e \fB$MAIL\fP sono impostati in base ai corrispettivi valori nel
|
||||
file delle password. I valori per ulimit, umask e nice possono essere
|
||||
impostati in base al campo GECOS.
|
||||
.PP
|
||||
In alcune installazioni la variabile d'ambiente \fB$TERM\fP pu<70> essere
|
||||
impostata in base al tipo di terminale della propria connessione, come
|
||||
specificato in \fI/etc/ttytype\fP.
|
||||
.PP
|
||||
Pu<EFBFBD> anche essere eseguito uno script di inizializzazione per il proprio
|
||||
interprete dei comandi. Fare riferimento alla relativa pagina di manuale per
|
||||
maggiori informazioni su questa funzione.
|
||||
.PP
|
||||
Un accesso a un sottosistema <20> indicato dalla presenza del carattere "*"
|
||||
all'inizio della shell di login. La home directory impostata diventa la root
|
||||
di un nuovo file system al quale l'utente accede.
|
||||
.SH OPZIONI
|
||||
.IP \fB\-f\fP
|
||||
Non effettua l'autenticazione, l'utente <20> gi<67> autenticato
|
||||
.IP \fB\-h\fP
|
||||
Nome dell'host remoto per questo login.
|
||||
.IP \fB\-p\fP
|
||||
Non modifica l'ambiente.
|
||||
.IP \fB\-r\fP
|
||||
Attiva il protocollo autologin di rlogin.
|
||||
.PP
|
||||
Le opzioni \fB\-r\fP, \fB\-h\fP e \fB\-f\fP possono essere utilizzate solo quando
|
||||
\fBlogin\fP viene invocato da root.
|
||||
.SH AVVISI/CAVEAT
|
||||
Questa versione di \fBlogin\fP ha molte opzioni di compilazione; solo una parte
|
||||
di esse potrebbe essere in uso su un determinato sistema.
|
||||
.PP
|
||||
La posizione dei file <20> soggetta a differenze in base alla configurazione
|
||||
del sistema.
|
||||
.SH FILE
|
||||
\fI/var/run/utmp\fP \t\- elenco delle sessioni di login attive
|
||||
.br
|
||||
\fI/var/log/wtmp\fP \t\- elenco delle sessioni di login precedenti
|
||||
.br
|
||||
\fI/etc/passwd\fP \t\- informazioni sugli account degli utenti
|
||||
.br
|
||||
\fI/etc/shadow\fP \t\- informazioni sicure sugli account degli utenti
|
||||
.br
|
||||
\fI/etc/motd\fP \t \- file dei messaggi di sistema
|
||||
.br
|
||||
\fI/etc/nologin\fP \t\- inibisce l'accesso al sistema a tutti gli utenti tranne
|
||||
root
|
||||
.br
|
||||
\fI/etc/ttytype\fP \t\- elenco di tipi di terminale
|
||||
.br
|
||||
\fI$HOME/.hushlogin\fP \- impedisce che vengano mostrati i messaggi di sistema
|
||||
.SH "VEDERE ANCHE"
|
||||
\fBmail\fP(1), \fBpasswd\fP(1), \fBsh\fP(1), \fBsu\fP(1), \fBlogin.defs\fP(5),
|
||||
\fBnologin\fP(5), \fBpasswd\fP(5), \fBgetty\fP(8)
|
||||
.SH AUTORE
|
||||
Julianne Frances Haugh <jockgrrl@ix.netcom.com>
|
||||
.SH TRADUZIONE
|
||||
.nf
|
||||
Giuseppe Sacco <eppesuig@debian.org>, 2005
|
||||
Danilo Piazzalunga <danilopiazza@libero.it>, 2005
|
||||
.fi
|
80
man/it/newgrp.1
Normal file
80
man/it/newgrp.1
Normal file
@@ -0,0 +1,80 @@
|
||||
.\" This file was generated with po4a. Translate the source file.
|
||||
.\"
|
||||
.\"$Id: newgrp.1,v 1.2 2005/04/21 21:03:16 kloczek Exp $
|
||||
.\" Copyright 1991, Julianne Frances Haugh
|
||||
.\" All rights reserved.
|
||||
.\"
|
||||
.\" Redistribution and use in source and binary forms, with or without
|
||||
.\" modification, are permitted provided that the following conditions
|
||||
.\" are met:
|
||||
.\" 1. Redistributions of source code must retain the above copyright
|
||||
.\" notice, this list of conditions and the following disclaimer.
|
||||
.\" 2. Redistributions in binary form must reproduce the above copyright
|
||||
.\" notice, this list of conditions and the following disclaimer in the
|
||||
.\" documentation and/or other materials provided with the distribution.
|
||||
.\" 3. Neither the name of Julianne F. Haugh nor the names of its contributors
|
||||
.\" may be used to endorse or promote products derived from this software
|
||||
.\" without specific prior written permission.
|
||||
.\"
|
||||
.\" THIS SOFTWARE IS PROVIDED BY JULIE HAUGH AND CONTRIBUTORS ``AS IS'' AND
|
||||
.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
||||
.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
||||
.\" ARE DISCLAIMED. IN NO EVENT SHALL JULIE HAUGH OR CONTRIBUTORS BE LIABLE
|
||||
.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
||||
.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
|
||||
.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
|
||||
.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
|
||||
.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
|
||||
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||
.\" SUCH DAMAGE.
|
||||
.TH NEWGRP 1
|
||||
.SH NOME
|
||||
newgrp \- effettua l'accesso a un nuovo gruppo
|
||||
.br
|
||||
sg \- esegue un comando con un diverso ID di gruppo
|
||||
.SH SINTASSI
|
||||
\fBnewgrp\fP [\fB\-\fP] [\fIgruppo\fP]
|
||||
.br
|
||||
\fBsg\fP [\fB\-\fP] [\fIgruppo\fP [[\fB\-c\fP] \fIcommndo\fP]]
|
||||
.SH DESCRIZIONE
|
||||
\fBnewgrp\fP permette di cambiare il proprio ID di gruppo durante una sessione
|
||||
di login. Se viene specificato il flag \fB\-\fP, l'ambiente dell'utente viene
|
||||
reinizializzato come se l'utente stesse effettuando il login, altrimenti
|
||||
l'ambiente non viene modificato e la directory corrente non viene cambiata.
|
||||
.PP
|
||||
\fBnewgrp\fP changes the current real group ID to the named group, or to the
|
||||
default group listed in \fI/etc/passwd\fP if no group name is given. \fBnewgrp\fP
|
||||
also tries to add the group to the user groupset. If not root, the user will
|
||||
be prompted for a password if she do not have a password and the group does,
|
||||
or if the user is not listed as a member and the group has a password. The
|
||||
user will be denied access if the group password is empty and the user is
|
||||
not listed as a member. If compiled with SHADOWPWD (respectively SHADOWGRP)
|
||||
defined, the password of the user (respectively, the password and the
|
||||
members of the group) will be overwritten by the value defined in
|
||||
\fI/etc/shadow\fP (respectively in \fI/etc/gshadow\fP) if an entry exists for this
|
||||
user (resp. group).
|
||||
.PP
|
||||
Il comando \fBsg\fP funziona in maniera analoga a \fBnewgrp\fP, ma accetta un
|
||||
comando che viene eseguito con la shell \fB/bin/sh\fP. La maggior parte delle
|
||||
shell che permettono l'uso di \fBsg\fP richiede che i comandi composti da pi<70>
|
||||
parole siano inclusi tra apici. Un'altra differenza tra \fBnewgrp\fP e \fBsg\fP <20>
|
||||
che alcune shell trattano \fBnewgrp\fP in maniera speciale, sostituendo se
|
||||
stesse con la shell creata da \fBnewgrp\fP. Questo non accade con \fBsg\fP, per
|
||||
cui all'uscita del comando \fBsg\fP si ritorna al precedente ID di gruppo.
|
||||
.SH FILE
|
||||
\fI/etc/passwd\fP \- informazioni sugli account degli utenti
|
||||
.br
|
||||
\fI/etc/shadow\fP \- informazioni sicure sugli account degli utenti
|
||||
.br
|
||||
\fI/etc/group\fP \- informazioni sugli account dei gruppi
|
||||
.br
|
||||
\fI/etc/gshadow\fP \- informazioni sicure sui gruppi
|
||||
.SH "VEDERE ANCHE"
|
||||
\fBid\fP(1), \fBlogin\fP(1), \fBsu\fP(1), \fBgpasswd\fP(1), \fBgroup\fP(5), \fBgshadow\fP(5)
|
||||
.SH AUTORE
|
||||
Julianne Frances Haugh <jockgrrl@ix.netcom.com>
|
||||
.SH TRADUZIONE
|
||||
.nf
|
||||
Giuseppe Sacco <eppesuig@debian.org>, 2005
|
||||
Danilo Piazzalunga <danilopiazza@libero.it>, 2005
|
||||
.fi
|
58
man/it/passwd.1
Normal file
58
man/it/passwd.1
Normal file
@@ -0,0 +1,58 @@
|
||||
.\" $Id: passwd.1,v 1.2 2005/04/13 10:02:27 kloczek Exp $
|
||||
.\" Copyright 1992 Rickard E. Faith (faith@cs.unc.edu)
|
||||
.\" May be distributed under the GNU General Public License
|
||||
.\"
|
||||
.\" Traduzione in italiano di Giovanni Bortolozzo <borto@dei.unipd.it>
|
||||
.\" Agosto 1996
|
||||
.\"
|
||||
.\" " for hilit19
|
||||
.TH PASSWD 1 "22 giugno 1994" "Linux 1.2" "Linux Programmer's Manual"
|
||||
.SH NOME
|
||||
passwd \- cambia la password
|
||||
.SH SINTASSI
|
||||
.BR "passwd [ " utente " [ " password " ] ]"
|
||||
.SH DESCRIZIONE
|
||||
Senza alcun argomento
|
||||
.B passwd
|
||||
cambier<EFBFBD> la password per l'attuale utente. Per prima cosa all'utente <20> chiesta
|
||||
la vecchia password, dopo di che, per evitare errori di battitura, va immessa
|
||||
per due volte la nuova password. La nuova password deve essere lunga almeno
|
||||
sei caratteri ed essere composta sia da maiuscole che da minuscole o da
|
||||
caratteri non alfabetici. La nuova password non deve essere uguale alla
|
||||
vecchia password, e non deve coincidere con il nome dell'utente.
|
||||
|
||||
Le forme a uno e due argomenti possono essere usate solo dal superuser. Usando
|
||||
la forma ad un argomento, il superuser pu<70> cambiare la password per
|
||||
quell'utente. Al superuser non <20> chiesta la vecchia password, e non sono
|
||||
applicate le regole per le password valide, poich<63> il superuser potrebbe
|
||||
avere valide ragioni per scegliere una password che non ne sia conforme.
|
||||
|
||||
La forma a due argomenti assegna ad
|
||||
.I utente
|
||||
la password passata come secondo argomento. Ci<43> pu<70> essere utile quando
|
||||
si deve assegnare a molti utenti una password iniziale.
|
||||
|
||||
Passando una stringa vuota come secondo argomento si cancella la password
|
||||
dell'utente.
|
||||
|
||||
.SH FILE
|
||||
.I /etc/passwd
|
||||
.br
|
||||
.I /etc/shells
|
||||
.SH BACHI
|
||||
Sono permesse password composte solo da numeri.
|
||||
.br
|
||||
Non viene prodotto nessun messaggio d'avviso se il superuser sceglie una
|
||||
password ``scadente''.
|
||||
.br
|
||||
Le opzioni
|
||||
.B \-f
|
||||
e
|
||||
.B \-s
|
||||
non sono supportare.
|
||||
.SH "VEDERE ANCHE"
|
||||
.BR group (5),
|
||||
.BR passwd (5),
|
||||
.BR shadow (5)
|
||||
.SH AUTORE
|
||||
Peter Orbaek (poe@daimi.aau.dk)
|
136
man/it/passwd.5
Normal file
136
man/it/passwd.5
Normal file
@@ -0,0 +1,136 @@
|
||||
.\" $Id: passwd.5,v 1.2 2005/04/05 19:08:54 kloczek Exp $
|
||||
.\" Copyright (c) 1993 Michael Haardt (u31b3hs@pool.informatik.rwth\-aachen.de)
|
||||
.\" Fri Apr 2 11:32:09 MET DST 1993
|
||||
.\"
|
||||
.\" Traduzione in italiano di Giovanni Bortolozzo <borto@dei.unipd.it>
|
||||
.\" Agosto 1996
|
||||
.\"
|
||||
.\" This is free documentation; you can redistribute it and/or
|
||||
.\" modify it under the terms of the GNU General Public License as
|
||||
.\" published by the Free Software Foundation; either version 2 of
|
||||
.\" the License, or (at your option) any later version.
|
||||
.\"
|
||||
.\" The GNU General Public License's references to "object code"
|
||||
.\" and "executables" are to be interpreted as the output of any
|
||||
.\" document formatting or typesetting system, including
|
||||
.\" intermediate and printed output.
|
||||
.\"
|
||||
.\" This manual is distributed in the hope that it will be useful,
|
||||
.\" but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
.\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
.\" GNU General Public License for more details.
|
||||
.\"
|
||||
.\" You should have received a copy of the GNU General Public
|
||||
.\" License along with this manual; if not, write to the Free
|
||||
.\" Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139,
|
||||
.\" USA.
|
||||
.\"
|
||||
.\" Modified Sun Jul 25 10:46:28 1993 by Rik Faith (faith@cs.unc.edu)
|
||||
.\" Modified Sun Aug 21 18:12:27 1994 by Rik Faith (faith@cs.unc.edu)
|
||||
.\" Modified Sun Jun 18 01:53:57 1995 by Andries Brouwer (aeb@cwi.nl)
|
||||
.\" Modified Mon Jan 5 20:24:40 MET 1998 by Michael Haardt
|
||||
.\" (michael@cantor.informatik.rwth\-aachen.de)
|
||||
.TH PASSWD 5 "5 gennaio 1988" "Linux" "Linux Programmer's Manual"
|
||||
.SH NOME
|
||||
passwd \- file delle password
|
||||
.SH DESCRIZIONE
|
||||
.B Passwd
|
||||
<EFBFBD> un file di testo che contiene un elenco degli account sul sistema, e
|
||||
per ciascuno di questi riporta alcune informazioni utili come user ID,
|
||||
group ID, home directory, ecc. Spesso contiene anche le password
|
||||
criptate di ciascun account. Il file delle password dovrebbe avere
|
||||
permessi di lettura per tutti (molte utility, come
|
||||
.BR ls (1),
|
||||
ne fanno uso per associare lo user ID allo user name), ma permesso di
|
||||
scrittura solo per il superuser.
|
||||
.PP
|
||||
Nei buoni tempi andati, il permesso di lettura per tutti non era un
|
||||
grosso problema: chiunque poteva leggere le password criptate, ma i
|
||||
calcolatori erano troppo lenti per decifrare una password scelta
|
||||
bene. Soprattutto, si supponeva di lavorare fra amici. Oggigiorno,
|
||||
molti usano una qualche versione di shadow password (chiavi ombra), in
|
||||
cui
|
||||
.I /etc/passwd
|
||||
contiene degli * al posto delle password criptate, che a loro volta
|
||||
sono nel file \fI/etc/shadow\fP, che solo il superuser pu<70> leggere.
|
||||
.PP
|
||||
Sia che si utilizzino o meno le shadow password, molti amministratori di
|
||||
sistema usano un asterisco nel campo della password per far s<> che un
|
||||
utente non possa autenticarsi con una password (vedi le note pi<70>
|
||||
sotto).
|
||||
.PP
|
||||
Se si crea una nuova login, si metta un asterisco nel campo della
|
||||
password, e poi si usi il programma
|
||||
.BR passwd (1)
|
||||
per riempirlo.
|
||||
.PP
|
||||
C'<27> una voce per riga, ed ogni riga ha il formato:
|
||||
.sp
|
||||
.RS
|
||||
account:passwd:UID:GID:GECOS:directory:shell
|
||||
.RE
|
||||
.sp
|
||||
Il significato dei campi <20> il seguente:
|
||||
.sp
|
||||
.RS
|
||||
.TP 1.0in
|
||||
.I account
|
||||
il nome dell'utente nel sistema. Non dovrebbe contenere maiuscole.
|
||||
.TP
|
||||
.I password
|
||||
la password criptata o un asterisco.
|
||||
.TP
|
||||
.I UID
|
||||
l'identificativo numerico dell'utente (UID = User IDentifier).
|
||||
.TP
|
||||
.I GID
|
||||
l'identificativo numerico del gruppo principale per l'utente (GID =
|
||||
Group IDentifier).
|
||||
.TP
|
||||
.I GECOS
|
||||
Questo campo <20> opzionale e viene usato solo per fornire
|
||||
informazioni. Di solito contiene il nome per esteso dell'utente. GECOS
|
||||
sta per General Electric Comprehensive Operating System, (sistema
|
||||
operativo comprensivo della General Electric), ribattezzato GCOS
|
||||
quando la divisione grandi sistemi della GE fu venduta alla
|
||||
Honeywell. Dennis Ritchie rifer<65>: <20>A volte dovevamo spedire una stampa
|
||||
o un gruppo di lavori alla macchina GCOS. Il campo del gcos nel file
|
||||
delle password era un posto in cui sbattere le informazioni per la
|
||||
$IDENTcard. Per niente elegante.<2E>
|
||||
.TP
|
||||
.I directory
|
||||
la $HOME directory dell'utente.
|
||||
.TP
|
||||
.I shell
|
||||
il programma lanciato al login (se <20> vuoto, viene usato
|
||||
.BR /bin/sh ).
|
||||
Se punta ad un programma che non esiste, l'utente non potr<74> avere
|
||||
accesso tramite
|
||||
.BR login (1).
|
||||
.RE
|
||||
.SH NOTE
|
||||
Se si vuole creare un gruppo di utenti, il loro GID deve
|
||||
essere uguale e ci deve essere una voce nel file \fI/etc/group\fP, o il
|
||||
gruppo non esister<65>.
|
||||
.PP
|
||||
Se la password criptata <20> un asterisco, l'utente non potr<74> fare login
|
||||
tramite
|
||||
.BR login (1).
|
||||
ma potr<74> ugualmente accedere al suo account usando
|
||||
.BR rlogin (1),
|
||||
far girare processi esistenti o iniziarne nuovi con
|
||||
.BR rsh (1),
|
||||
.BR cron (1),
|
||||
.BR at (1)
|
||||
o filtri per la posta, ecc. Bloccare un account semplicemente
|
||||
modificando il campo della shell ha lo stesso effetto e in pi<70>
|
||||
permette l'uso di
|
||||
.BR su (1).
|
||||
.SH FILE
|
||||
.I /etc/passwd
|
||||
.SH "VEDERE ANCHE"
|
||||
.BR passwd (1),
|
||||
.BR login (1),
|
||||
.BR su (1),
|
||||
.BR group (5),
|
||||
.BR shadow (5)
|
87
man/it/porttime.5
Normal file
87
man/it/porttime.5
Normal file
@@ -0,0 +1,87 @@
|
||||
.\" This file was generated with po4a. Translate the source file.
|
||||
.\"
|
||||
.\" $Id: porttime.5,v 1.1 2005/04/21 21:03:16 kloczek Exp $
|
||||
.\" Copyright 1989 - 1990, Julianne Frances Haugh
|
||||
.\" All rights reserved.
|
||||
.\"
|
||||
.\" Redistribution and use in source and binary forms, with or without
|
||||
.\" modification, are permitted provided that the following conditions
|
||||
.\" are met:
|
||||
.\" 1. Redistributions of source code must retain the above copyright
|
||||
.\" notice, this list of conditions and the following disclaimer.
|
||||
.\" 2. Redistributions in binary form must reproduce the above copyright
|
||||
.\" notice, this list of conditions and the following disclaimer in the
|
||||
.\" documentation and/or other materials provided with the distribution.
|
||||
.\" 3. Neither the name of Julianne F. Haugh nor the names of its contributors
|
||||
.\" may be used to endorse or promote products derived from this software
|
||||
.\" without specific prior written permission.
|
||||
.\"
|
||||
.\" THIS SOFTWARE IS PROVIDED BY JULIE HAUGH AND CONTRIBUTORS ``AS IS'' AND
|
||||
.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
||||
.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
||||
.\" ARE DISCLAIMED. IN NO EVENT SHALL JULIE HAUGH OR CONTRIBUTORS BE LIABLE
|
||||
.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
||||
.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
|
||||
.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
|
||||
.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
|
||||
.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
|
||||
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||
.\" SUCH DAMAGE.
|
||||
.TH PORTTIME 5
|
||||
.SH NOME
|
||||
porttime \- file delle porte e degli orari d'accesso
|
||||
.SH DESCRIZIONE
|
||||
\fIporttime\fP contiene un elenco di device tty, nomi utente e orari di accesso
|
||||
permessi.
|
||||
.PP
|
||||
Ciascuna voce <20> composta da tre campi separati da due punti. Il primo <20> un
|
||||
elenco di device tty, separati da virgole, oppure un asterisco per indicare
|
||||
che la voce corrisponde a qualsiasi device. Il secondo campo <20> un elenco di
|
||||
nomi utente, separati da virgole, oppure un asterisco per indicare che la
|
||||
voce corrisponde ad ogni utente. Il terzo campo <20> un elenco degli orari,
|
||||
separati da virgole, in cui <20> consentito l'accesso.
|
||||
.PP
|
||||
Un orario di accesso consiste in zero o pi<70> giorni della settimana
|
||||
abbreviati in \fBMo\fP (luned<65>), \fBTu\fP, \fBWe\fP, \fBTh\fP, \fBFr\fP, \fBSa\fP e \fBSu\fP
|
||||
(domenica), seguiti da una coppia di orari, separate da un
|
||||
trattino. L'abbreviazione \fBWk\fP rappresenta tutti i giorni da luned<65> a
|
||||
venerd<EFBFBD>, mentre \fBAl\fP indica tutti i giorni della settimana. Se non si
|
||||
specifica alcun giorno, viene usato implicitamente \fBAl\fP.
|
||||
.SH ESEMPI
|
||||
La voce seguente permette l'accesso all'utente \fBjfh\fP da qualsiasi porta
|
||||
durante i giorni lavorativi dalle 9 alle 17.
|
||||
.br
|
||||
.sp 1
|
||||
*:jfh:Wk0900\-1700
|
||||
.br
|
||||
.sp 1
|
||||
Le voci seguenti permettono l'accesso solo agli utenti \fBroot\fP e \fBoper\fP da
|
||||
/dev/console a qualsiasi ora. Qui viene mostrato come il file
|
||||
\fI/etc/porttime\fP sia una lista ordinata di orari d'accesso: ogni altro
|
||||
utente corrisponderebbe alla seconda voce, che impedisce l'accesso in
|
||||
qualsiasi orario.
|
||||
.br
|
||||
.sp 1
|
||||
console:root,oper:Al0000\-2400
|
||||
.br
|
||||
console:*:
|
||||
.br
|
||||
.sp 1
|
||||
La voce seguente permette l'accesso all'utente \fBgames\fP da qualsiasi porta
|
||||
durante gli orari non lavorativi.
|
||||
.br
|
||||
.sp 1
|
||||
*:games:Wk1700\-0900,SaSu0000\-2400
|
||||
.br
|
||||
.sp 1
|
||||
.SH FILE
|
||||
\fI/etc/porttime\fP \- file contenente le porte e gli orari di accesso
|
||||
.SH "VEDERE ANCHE"
|
||||
\fBlogin\fP(1)
|
||||
.SH AUTORE
|
||||
Julianne Frances Haugh (jockgrrl@ix.netcom.com)
|
||||
.SH TRADUZIONE
|
||||
.nf
|
||||
Giuseppe Sacco <eppesuig@debian.org>, 2005
|
||||
Danilo Piazzalunga <danilopiazza@libero.it>, 2005
|
||||
.fi
|
109
man/it/pwck.8
Normal file
109
man/it/pwck.8
Normal file
@@ -0,0 +1,109 @@
|
||||
.\" This file was generated with po4a. Translate the source file.
|
||||
.\"
|
||||
.\"$Id: pwck.8,v 1.1 2005/04/21 21:03:16 kloczek Exp $
|
||||
.\" Copyright 1992, Julianne Frances Haugh
|
||||
.\" All rights reserved.
|
||||
.\"
|
||||
.\" Redistribution and use in source and binary forms, with or without
|
||||
.\" modification, are permitted provided that the following conditions
|
||||
.\" are met:
|
||||
.\" 1. Redistributions of source code must retain the above copyright
|
||||
.\" notice, this list of conditions and the following disclaimer.
|
||||
.\" 2. Redistributions in binary form must reproduce the above copyright
|
||||
.\" notice, this list of conditions and the following disclaimer in the
|
||||
.\" documentation and/or other materials provided with the distribution.
|
||||
.\" 3. Neither the name of Julianne F. Haugh nor the names of its contributors
|
||||
.\" may be used to endorse or promote products derived from this software
|
||||
.\" without specific prior written permission.
|
||||
.\"
|
||||
.\" THIS SOFTWARE IS PROVIDED BY JULIE HAUGH AND CONTRIBUTORS ``AS IS'' AND
|
||||
.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
||||
.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
||||
.\" ARE DISCLAIMED. IN NO EVENT SHALL JULIE HAUGH OR CONTRIBUTORS BE LIABLE
|
||||
.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
||||
.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
|
||||
.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
|
||||
.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
|
||||
.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
|
||||
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||
.\" SUCH DAMAGE.
|
||||
.TH PWCK 8
|
||||
.SH NOME
|
||||
pwck \- verifica l'integrit<69> dei file delle password
|
||||
.SH SINTASSI
|
||||
\fBpwck\fP [\fB\-sr\fP] [\fIpasswd\fP \fIshadow\fP]
|
||||
.SH DESCRIZIONE
|
||||
\fBgrpck\fP verifica l'integrit<69> delle informazioni di autenticazione del
|
||||
sistema. Ogni voce in \fI/etc/passwd\fP e in \fI/etc/shadow\fP viene controllata
|
||||
per verificare che abbia il formato corretto e dati validi in ciascun
|
||||
campo. Viene richiesto all'utente di rimuovere le voci che non hanno un
|
||||
formato appropriato o che hanno altri errori impossibili da correggere.
|
||||
.P
|
||||
Vengono fatti controlli per verificare che ogni voce abbia:
|
||||
.sp
|
||||
.in +.5i
|
||||
\- il corretto numero di campi
|
||||
.br
|
||||
\- un nome utente univoco
|
||||
.br
|
||||
\- identificatori validi dell'utente e del gruppo
|
||||
.br
|
||||
\- un gruppo primario valido
|
||||
.br
|
||||
\- una home directory valida
|
||||
.br
|
||||
\- una shell di login valida
|
||||
.in \-.5i
|
||||
.sp
|
||||
.PP
|
||||
Gli errori nelle verifiche sul corretto numero di campi e sull'univocit<69>
|
||||
del nome utente sono irrimediabili. Se una voce ha un numero errato di
|
||||
campi, all'utente viene chiesto di cancellare l'intera riga; se l'utente non
|
||||
risponde affermativamente, vengono omessi tutti gli ulteriori
|
||||
controlli. Viene richiesta la cancellazione anche per le voci aventi il nome
|
||||
utente duplicato, ma i rimanenti controlli vengono ugualmente
|
||||
effettuati. Tutti gli altri errori non sono gravi e l'utente <20> invitato a
|
||||
eseguire il comando \fBusermod\fP per correggerli.
|
||||
.PP
|
||||
I comandi che operano sul file \fI/etc/passwd\fP non sono in grado di
|
||||
modificare voci corrotte o duplicate; in tali circostanze va usato \fBpwck\fP
|
||||
per rimuovere la voce scorretta.
|
||||
.SH OPZIONI
|
||||
Come impostazione predefinita, \fBpwck\fP opera sui file \fI/etc/passwd\fP e in
|
||||
\fI/etc/shadow\fP. L'utente pu<70> selezionare file alternativi con i parametri
|
||||
\fIpasswd\fP e \fIshadow\fP. Inoltre, il comando pu<70> essere eseguito in modalit<69>
|
||||
di sola lettura specificando l'opzione \fB\-r\fP: questo fa in modo che, senza
|
||||
l'intervento dell'utente, venga risposto \fBno\fP a tutte le domande che
|
||||
riguardano i cambiamenti. Con \fBpwck\fP si possono anche ordinare per UID le
|
||||
voci in \fI/etc/passwd\fP e in \fI/etc/shadow\fP, <20> sufficiente fornire l'opzione
|
||||
\fB\-s\fP. Non viene effettuato nessun controllo, il programma si limita a
|
||||
ordinare i file.
|
||||
.SH FILE
|
||||
\fI/etc/passwd\fP \- informazioni sugli account degli utenti
|
||||
.br
|
||||
\fI/etc/shadow\fP \- informazioni sicure sugli account degli utenti
|
||||
.br
|
||||
\fI/etc/group\fP \- informazioni sugli account dei gruppi
|
||||
.SH "VEDERE ANCHE"
|
||||
\fBgroup\fP(5), \fBpasswd\fP(5), \fBshadow\fP(5), \fBusermod\fP(8)
|
||||
.SH "VALORI RESTITUITI"
|
||||
.TP 2
|
||||
Il comando \fBpwck\fP restituisce i seguenti valori:
|
||||
\fB0\fP \- successo
|
||||
.br
|
||||
\fB1\fP \- sintassi del comando errata
|
||||
.br
|
||||
\fB2\fP \- una o pi<70> voci di password conengono errori
|
||||
.br
|
||||
\fB3\fP \- impossibile aprire i file delle password
|
||||
.br
|
||||
\fB4\fP \- impossibile fare il lock dei file delle password
|
||||
.br
|
||||
\fB5\fP \- impossibile aggiornare i file delle password
|
||||
.SH AUTORE
|
||||
Julianne Frances Haugh (jockgrrl@ix.netcom.com)
|
||||
.SH TRADUZIONE
|
||||
.nf
|
||||
Giuseppe Sacco <eppesuig@debian.org>, 2005
|
||||
Danilo Piazzalunga <danilopiazza@libero.it>, 2005
|
||||
.fi
|
58
man/it/pwconv.8
Normal file
58
man/it/pwconv.8
Normal file
@@ -0,0 +1,58 @@
|
||||
.\" $Id: pwconv.8,v 1.1 2002/03/10 07:41:06 kloczek Exp $
|
||||
.\" Traduzione in italiano di Isabella Ruocco <isacher@nettaxi.com>
|
||||
.\" Giugno 1999
|
||||
.TH PWCONV 8 "26 sep 1997"
|
||||
.SH NOME
|
||||
pwconv, pwunconv, grpconv, grpunconv \- convertono a e da password e gruppi shadow.
|
||||
.SH SINTASSI
|
||||
.B pwconv
|
||||
.br
|
||||
.B pwunconv
|
||||
.br
|
||||
.B grpconv
|
||||
.br
|
||||
.B grpunconv
|
||||
.SH DESCRIPTION
|
||||
Questi quattro programmi agiscono tutti sui file normali e e oscurati (shadow)
|
||||
delle password e dei gruppi:
|
||||
.IR /etc/passwd ", " /etc/group ", " /etc/shadow ", e " /etc/gshadow .
|
||||
|
||||
.B pwconv
|
||||
.RI "crea " shadow " da " passwd " e, in modo opzionale, da un preesistente " shadow .
|
||||
.B pwunconv
|
||||
.RI "crea " passwd " da " passwd " e " shadow " e quindi rimuove " shadow .
|
||||
.B grpconv
|
||||
.RI "crea " gshadow " da " group " e, in modo opzionale, da un preesistente " gshadow .
|
||||
.B grpunconv
|
||||
.RI "crea " group " da " group " e " gshadow " e quindi rimuove " gshadow .
|
||||
|
||||
Ciascun programma, prima della conversione, acquisisce i lock necessari.
|
||||
|
||||
.BR pwconv " e " grpconv
|
||||
sono simili. Per prima cosa vengono rimosse le voci nel file oscurato che non esistono
|
||||
nel file principale. Quindi vengono aggiornate le voci oscurate che
|
||||
non hanno `x' come password nel file principale. Vengono aggiunte le eventuali voci
|
||||
oscurate mancanti. Infine, le password nel file principale vengono
|
||||
sostituite con `x'. Questi programmi possono essere usati per le conversioni iniziali
|
||||
cos<EFBFBD> come per aggiornare il file oscurato se il file principale viene editato
|
||||
a mano.
|
||||
|
||||
.B pwconv
|
||||
user<EFBFBD> i valori di
|
||||
.BR PASS_MIN_GIORNI ", " PASS_MAX_GIORNI ", e " PASS_GIORNI_PREAVVISO
|
||||
da
|
||||
.I /etc/login.defs
|
||||
quando si aggiungono nuove voci a
|
||||
.IR /etc/shadow .
|
||||
|
||||
.RB "Analogamente, " pwunconv " e " grpunconv
|
||||
sono simili. Le password nel file principale vengono aggiornate
|
||||
dal file oscurato. Voci che esistono nel file principale ma non
|
||||
nel file oscurato vengono lasciate stare. Infine, viene rimosso il file oscurato.
|
||||
|
||||
Alcune informazioni sull'invecchiamento delle password vengono perse da
|
||||
.BR pwunconv .
|
||||
Questo convertir<69> quello che potr<74>.
|
||||
.SH "VEDERE ANCHE"
|
||||
.BR login.defs (5),
|
||||
.BR shadowconfig (8)
|
1
man/it/pwunconv.8
Normal file
1
man/it/pwunconv.8
Normal file
@@ -0,0 +1 @@
|
||||
.so man8/pwconv.8
|
1
man/it/sg.1
Normal file
1
man/it/sg.1
Normal file
@@ -0,0 +1 @@
|
||||
.so man1/newgrp.1
|
141
man/it/shadow.3
Normal file
141
man/it/shadow.3
Normal file
@@ -0,0 +1,141 @@
|
||||
.\" This file was generated with po4a. Translate the source file.
|
||||
.\"
|
||||
.\" $Id: shadow.3,v 1.1 2005/04/21 21:03:16 kloczek Exp $
|
||||
.\" Copyright 1989 - 1993, Julianne Frances Haugh
|
||||
.\" All rights reserved.
|
||||
.\"
|
||||
.\" Redistribution and use in source and binary forms, with or without
|
||||
.\" modification, are permitted provided that the following conditions
|
||||
.\" are met:
|
||||
.\" 1. Redistributions of source code must retain the above copyright
|
||||
.\" notice, this list of conditions and the following disclaimer.
|
||||
.\" 2. Redistributions in binary form must reproduce the above copyright
|
||||
.\" notice, this list of conditions and the following disclaimer in the
|
||||
.\" documentation and/or other materials provided with the distribution.
|
||||
.\" 3. Neither the name of Julianne F. Haugh nor the names of its contributors
|
||||
.\" may be used to endorse or promote products derived from this software
|
||||
.\" without specific prior written permission.
|
||||
.\"
|
||||
.\" THIS SOFTWARE IS PROVIDED BY JULIE HAUGH AND CONTRIBUTORS ``AS IS'' AND
|
||||
.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
||||
.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
||||
.\" ARE DISCLAIMED. IN NO EVENT SHALL JULIE HAUGH OR CONTRIBUTORS BE LIABLE
|
||||
.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
||||
.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
|
||||
.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
|
||||
.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
|
||||
.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
|
||||
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||
.\" SUCH DAMAGE.
|
||||
.TH SHADOW 3
|
||||
.SH NOME
|
||||
shadow \- gestione del file delle password cifrate
|
||||
.SH SINTASSI
|
||||
\fB#include <shadow.h>\fP
|
||||
.PP
|
||||
\fBstruct spwd *getspent();\fP
|
||||
.PP
|
||||
\fBstruct spwd *getspnam(char\fP \fI*name\fP\fB);\fP
|
||||
.PP
|
||||
\fBvoid setspent();\fP
|
||||
.PP
|
||||
\fBvoid endspent();\fP
|
||||
.PP
|
||||
\fBstruct spwd *fgetspent(FILE\fP \fI*fp\fP\fB);\fP
|
||||
.PP
|
||||
\fBstruct spwd *sgetspent(char\fP \fI*cp\fP\fB);\fP
|
||||
.PP
|
||||
\fBint putspent(struct spwd\fP \fI*p,\fP \fBFILE\fP \fI*fp\fP\fB);\fP
|
||||
.PP
|
||||
\fBint lckpwdf();\fP
|
||||
.PP
|
||||
\fBint ulckpwdf();\fP
|
||||
.SH DESCRIZIONE
|
||||
\fIshadow\fP manipola il contenuto del file delle shadow password,
|
||||
\fI/etc/shadow\fP. La struttura nel file \fI#include\fP <20> la seguente:
|
||||
.sp
|
||||
struct spwd {
|
||||
.in +.5i
|
||||
.br
|
||||
char \t *sp_namp; /* login dell'utente */
|
||||
.br
|
||||
char \t *sp_pwdp; /* password cifrata */
|
||||
.br
|
||||
long int \tsp_lstchg; /* ultimo cambio della password */
|
||||
.br
|
||||
long int \tsp_min; /* giorni minimi tra i cambi */
|
||||
.br
|
||||
long int \tsp_max; /* giorni massimi tra i cambi */
|
||||
.br
|
||||
long int \tsp_warn; /* giorni di preavviso */
|
||||
.br
|
||||
long int \tsp_inact; /* giorni di inattivit<69> */
|
||||
.br
|
||||
long int \tsp_expire; /* data di scadenza dell'account */
|
||||
.br
|
||||
unsigned long int sp_flag; /* riservato per uso futuro */
|
||||
.br
|
||||
.in \-.5i
|
||||
}
|
||||
.PP
|
||||
Ciascun campo significa:
|
||||
.sp
|
||||
sp_namp \- puntatore a una stringa null\-terminated che contiene il nome
|
||||
utente.
|
||||
.br
|
||||
sp_pwdp \- puntatore a una stringa null\-terminated che contiene la password.
|
||||
.br
|
||||
sp_lstchg \- giorni a partire dal 1 gennaio 1970 in cui la password <20> stata
|
||||
cambiata l'ultima volta.
|
||||
.br
|
||||
sp_min \- giorni prima dei quali la password non pu<70> essere cambiata.
|
||||
.br
|
||||
sp_max \- giorni dopo i quali la password deve essere cambiata.
|
||||
.br
|
||||
sp_warn \- giorni prima della scadenza della password in cui l'utente viene
|
||||
avvertito.
|
||||
.br
|
||||
sp_inact \- giorni dopo la scadenza della password in cui l'account viene
|
||||
considerato inattivo e disabilitato.
|
||||
.br
|
||||
sp_expire \- giorni a partire dal 1 gennaio 1970 dopo i quali l'account viene
|
||||
disabilitato.
|
||||
.br
|
||||
sp_flag \- riservato per uso futuro.
|
||||
.SH DESCRIZIONE
|
||||
\fBgetspent\fP, \fBgetspname\fP, \fBfgetspent\fP e \fBsgetspent\fP restituiscono un
|
||||
puntatore a uno \fBstruct spwd\fP. \fBgetspent\fP restituisce la voce successiva
|
||||
nel file, \fBfgetspent\fP la voce successiva nello stream specificato, che si
|
||||
suppone sia un file nel formato corretto. \fBsgetspent\fP restituisce un
|
||||
puntatore a uno \fBstruct spwd\fP usando come input la stringa
|
||||
fornita. \fBgetspnam\fP cerca una voce che corrisponde a \fBname\fP partendo dalla
|
||||
posizione corrente nel file.
|
||||
.PP
|
||||
\fBsetspent\fP e \fBendspent\fP sono usate rispettivamente per iniziare e
|
||||
terminare l'accesso al file delle shadow password.
|
||||
.PP
|
||||
Le funzioni \fBlckpwdf\fP e \fBulckpwdf\fP si usano per garantire l'accesso
|
||||
esclusivo al file \fI/etc/shadow\fP. \fBlckpwdf\fP prova ad acquisire il lock
|
||||
tramite \fBpw_lock\fP per un massimo di 15 secondi, dopodich<63> tenta di
|
||||
ottenere un secondo lock usando \fBspw_lock\fP per il tempo che rimane dei 15
|
||||
secondi iniziali. Se anche uno solo dei due tentativi fallisce dopo un
|
||||
totale di 15 secondi, \fBlckpwdf\fP restituisce \-1, mentre restituisce 0 se
|
||||
riesce ad acquisire entrambi i lock.
|
||||
.SH DIAGNOSTICA
|
||||
Le funzioni restituiscono NULL se non ci sono altre voci disponibili o se si
|
||||
verifica un errore durante l'elaborazione. Le funzioni di tipo \fBint\fP
|
||||
restituiscono 0 in caso di successo e \-1 in caso di errore.
|
||||
.SH AVVISI/CAVEAT
|
||||
Queste funzioni possono essere usate solo dall'amministratore, perch<63>
|
||||
l'accesso al file delle shadow password <20> riservato.
|
||||
.SH FILE
|
||||
\fI/etc/shadow\fP \- informazioni sicure sugli account degli utenti
|
||||
.SH "VEDERE ANCHE"
|
||||
\fBgetpwent\fP(3), \fBshadow\fP(5)
|
||||
.SH AUTORE
|
||||
Julianne Frances Haugh (jockgrrl@ix.netcom.com)
|
||||
.SH TRADUZIONE
|
||||
.nf
|
||||
Giuseppe Sacco <eppesuig@debian.org>, 2005
|
||||
Danilo Piazzalunga <danilopiazza@libero.it>, 2005
|
||||
.fi
|
99
man/it/shadow.5
Normal file
99
man/it/shadow.5
Normal file
@@ -0,0 +1,99 @@
|
||||
.\" This file was generated with po4a. Translate the source file.
|
||||
.\"
|
||||
.\"$Id: shadow.5,v 1.4 2005/04/21 21:03:16 kloczek Exp $
|
||||
.\" Copyright 1989 - 1990, Julianne Frances Haugh
|
||||
.\" All rights reserved.
|
||||
.\"
|
||||
.\" Redistribution and use in source and binary forms, with or without
|
||||
.\" modification, are permitted provided that the following conditions
|
||||
.\" are met:
|
||||
.\" 1. Redistributions of source code must retain the above copyright
|
||||
.\" notice, this list of conditions and the following disclaimer.
|
||||
.\" 2. Redistributions in binary form must reproduce the above copyright
|
||||
.\" notice, this list of conditions and the following disclaimer in the
|
||||
.\" documentation and/or other materials provided with the distribution.
|
||||
.\" 3. Neither the name of Julianne F. Haugh nor the names of its contributors
|
||||
.\" may be used to endorse or promote products derived from this software
|
||||
.\" without specific prior written permission.
|
||||
.\"
|
||||
.\" THIS SOFTWARE IS PROVIDED BY JULIE HAUGH AND CONTRIBUTORS ``AS IS'' AND
|
||||
.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
||||
.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
||||
.\" ARE DISCLAIMED. IN NO EVENT SHALL JULIE HAUGH OR CONTRIBUTORS BE LIABLE
|
||||
.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
||||
.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
|
||||
.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
|
||||
.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
|
||||
.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
|
||||
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||
.\" SUCH DAMAGE.
|
||||
.TH SHADOW 5
|
||||
.SH NOME
|
||||
shadow \- file delle password cifrate
|
||||
.SH DESCRIZIONE
|
||||
\fIshadow\fP contiene le informazioni sulle password cifrate per gli account
|
||||
degli utenti e, opzionalmente, le informazioni sulla durata delle
|
||||
password. Sono inclusi:
|
||||
.IP "" .5i
|
||||
Nome di login
|
||||
.IP "" .5i
|
||||
Password cifrata
|
||||
.IP "" .5i
|
||||
Giorni a partire dal 1 gennaio 1970 in cui la password <20> stata cambiata
|
||||
l'ultima volta
|
||||
.IP "" .5i
|
||||
Giorni prima dei quali la password non pu<70> essere cambiata
|
||||
.IP "" .5i
|
||||
Giorni dopo i quali la password deve essere cambiata
|
||||
.IP "" .5i
|
||||
Giorni prima della scadenza della password in cui l'utente viene avvertito
|
||||
.IP "" .5i
|
||||
Giorni dopo la scadenza della password in cui l'account viene disabilitato
|
||||
.IP "" .5i
|
||||
Giorni a partire dal 1 gennaio 1970 dopo i quali l'account viene
|
||||
disabilitato
|
||||
.IP "" .5i
|
||||
Campo riservato
|
||||
.PP
|
||||
Il campo password non pu<70> essere vuoto. La password cifrata <20> composta da
|
||||
un numero compreso tra 13 a 24 di caratteri scelti da un alfabeto di 64
|
||||
caratteri: da a fino a z, da A a Z, da 0 a 9, . e /. Facoltativamente, la
|
||||
password pu<70> iniziare con il carattere "$"; questo sta a indicare che la
|
||||
password cifrata <20> stata generata usando un algoritmo diverso da DES. Ad
|
||||
esempio, "$1$" significa che <20> stato usato un algoritmo basato su MD5.
|
||||
.PP
|
||||
Fare riferimento a \fBcrypt\fP(3) per dettagli sul modo in cui questa stringa
|
||||
viene interpretata.
|
||||
.PP
|
||||
La data dell'ultimo cambio della password <20> espressa come il numero di
|
||||
giorni trascorsi dal 1 gennaio 1970. La passowrd non pu<70> essere cambiata
|
||||
nuovamente prima che sia passato il numero di giorni previsti, ma deve
|
||||
obbligatoriamente essere cambiata dopo il massimo numero di giorni. Se il
|
||||
numero minimo di giorni richiesti <20> superiore al numero massimo di giorni
|
||||
concessi, all'utente non <20> permesso cambiare la password.
|
||||
.PP
|
||||
Un account viene considerato inattivo e viene disabilitato se, dopo la
|
||||
scadenza, la password non viene cambiata entro il numero di giorni
|
||||
specificato. Inoltre, un account viene disabilitato il giorno specificato,
|
||||
senza tener conto di altre informazioni sulla scadenza della password.
|
||||
.PP
|
||||
Queste informazioni hanno la precedenza su qualunque informazione sulle
|
||||
password o sulla loro durata presente in \fI/etc/passwd\fP.
|
||||
.PP
|
||||
Questo file non deve essere leggibile dagli utenti se si vuole mantenere la
|
||||
sicurezza delle password.
|
||||
.SH FILE
|
||||
\fI/etc/passwd\fP \- informazioni sugli account degli utenti
|
||||
.br
|
||||
\fI/etc/shadow\fP \- informazioni sicure sugli account degli utenti
|
||||
.SH "VEDERE ANCHE"
|
||||
\fBchage\fP(1), \fBlogin\fP(1), \fBpasswd\fP(1), \fBsu\fP(1), \fBpasswd\fP(5),
|
||||
\fBpwconv\fP(8), \fBpwunconv\fP(8), \fBsulogin\fP(8)
|
||||
.SH AUTORE
|
||||
Julianne Frances Haugh (jockgrrl@ix.netcom.com)
|
||||
.SH TRADUZIONE
|
||||
.nf
|
||||
Isabella Ruocco <isacher@nettaxi.com>, 1999
|
||||
Giuseppe Sacco <eppesuig@debian.org>, 2005
|
||||
Danilo Piazzalunga <danilopiazza@libero.it>, 2005
|
||||
.fi
|
78
man/it/su.1
Normal file
78
man/it/su.1
Normal file
@@ -0,0 +1,78 @@
|
||||
.\" This file was generated with po4a. Translate the source file.
|
||||
.\"
|
||||
.\" $Id: su.1,v 1.1 2005/04/21 21:03:16 kloczek Exp $
|
||||
.\" Copyright 1989 - 1990, Julianne Frances Haugh
|
||||
.\" All rights reserved.
|
||||
.\"
|
||||
.\" Redistribution and use in source and binary forms, with or without
|
||||
.\" modification, are permitted provided that the following conditions
|
||||
.\" are met:
|
||||
.\" 1. Redistributions of source code must retain the above copyright
|
||||
.\" notice, this list of conditions and the following disclaimer.
|
||||
.\" 2. Redistributions in binary form must reproduce the above copyright
|
||||
.\" notice, this list of conditions and the following disclaimer in the
|
||||
.\" documentation and/or other materials provided with the distribution.
|
||||
.\" 3. Neither the name of Julianne F. Haugh nor the names of its contributors
|
||||
.\" may be used to endorse or promote products derived from this software
|
||||
.\" without specific prior written permission.
|
||||
.\"
|
||||
.\" THIS SOFTWARE IS PROVIDED BY JULIE HAUGH AND CONTRIBUTORS ``AS IS'' AND
|
||||
.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
||||
.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
||||
.\" ARE DISCLAIMED. IN NO EVENT SHALL JULIE HAUGH OR CONTRIBUTORS BE LIABLE
|
||||
.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
||||
.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
|
||||
.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
|
||||
.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
|
||||
.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
|
||||
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||
.\" SUCH DAMAGE.
|
||||
.TH SU 1
|
||||
.SH NOME
|
||||
su \- cambia ID utente o diventa amministratore
|
||||
.SH SINTASSI
|
||||
\fBsu\fP [\fB\-\fP] [\fInome_utente\fP [\fIargomenti\fP]]
|
||||
.SH DESCRIZIONE
|
||||
\fBsu\fP permette di diventare un altro utente durante una sessione di
|
||||
login. Se nessun nome utente viene specificato, \fBsu\fP acquisice i privilegi
|
||||
di amministratore. L'opzione \fB\-\fP pu<70> essere usata per fornire un ambiente
|
||||
simile a quello che l'utente troverebbe se effettuasse il login
|
||||
direttamente.
|
||||
.PP
|
||||
Dopo il nome utente, <20> possibile specificare argomenti aggiuntivi da
|
||||
passare alla shell di login dell'utente. In particolare, molti interpreti di
|
||||
comando adottano la convenzione per cui l'opzione \fB\-c\fP seguita da un
|
||||
argomento fa s<> che quest'ultimo sia considerato un comando.Il comando
|
||||
viene eseguito dalla shell specificata in \fI/etc/passwd\fP per l'utente di
|
||||
destinazione.
|
||||
.PP
|
||||
All'utente viene quindi chiesta la password, se necessario. Una password
|
||||
errata viene segnalata da un messaggio d'errore. Viene effettuato il log di
|
||||
tutti i tentativi, siano essi riusciti o meno, al fine di rilevare ogni
|
||||
abuso del sistema.
|
||||
.PP
|
||||
Le variabili d'ambiente in uso vengono passate alla nuova shell, eccetto il
|
||||
valore di \fB$PATH\fP che viene impostato a \fB/bin:/usr/bin\fP per gli utenti
|
||||
qualsiasi e a \fB/sbin:/bin:/usr/sbin:/usr/bin\fP per l'amministratore. Questa
|
||||
impostazione <20> controllata dalle definizioni \fBENV_PATH\fP ed \fBENV_SUPATH\fP
|
||||
in \fI/etc/login.defs\fP.
|
||||
.PP
|
||||
Un accesso a un sottosistema <20> indicato dalla presenza del carattere "*"
|
||||
all'inizio della shell di login. La home directory impostata diventa la root
|
||||
di un nuovo file system al quale l'utente accede.
|
||||
.SH AVVISI/CAVEAT
|
||||
Questa versione di \fBsu\fP ha molte opzioni di compilazione; solo una parte di
|
||||
esse potrebbe essere in uso su un determinato sistema.
|
||||
.SH FILE
|
||||
\fI/etc/passwd\fP \- informazioni sugli account degli utenti
|
||||
.br
|
||||
\fI/etc/shadow\fP \- informazioni sicure sugli account degli utenti
|
||||
.SH "VEDERE ANCHE"
|
||||
\fBlogin\fP(1), \fBsh\fP(1), \fBlogin.defs\fP(5), \fBsuauth\fP(5)
|
||||
.SH AUTORE
|
||||
Julianne Frances Haugh <jockgrrl@ix.netcom.com>
|
||||
.SH TRADUZIONE
|
||||
.nf
|
||||
Giuseppe Sacco <eppesuig@debian.org>, 2005
|
||||
Danilo Piazzalunga <danilopiazza@libero.it>, 2005
|
||||
.fi
|
198
man/it/useradd.8
Normal file
198
man/it/useradd.8
Normal file
@@ -0,0 +1,198 @@
|
||||
.\" Copyright 1991 \- 1994, Julianne Frances Haugh
|
||||
.\" All rights reserved.
|
||||
.\"
|
||||
.\" Redistribution and use in source and binary forms, with or without
|
||||
.\" modification, are permitted provided that the following conditions
|
||||
.\" are met:
|
||||
.\" 1. Redistributions of source code must retain the above copyright
|
||||
.\" notice, this list of conditions and the following disclaimer.
|
||||
.\" 2. Redistributions in binary form must reproduce the above copyright
|
||||
.\" notice, this list of conditions and the following disclaimer in the
|
||||
.\" documentation and/or other materials provided with the distribution.
|
||||
.\" 3. Neither the name of Julianne F. Haugh nor the names of its contributors
|
||||
.\" may be used to endorse or promote products derived from this software
|
||||
.\" without specific prior written permission.
|
||||
.\"
|
||||
.\" THIS SOFTWARE IS PROVIDED BY JULIE HAUGH AND CONTRIBUTORS ``AS IS'' AND
|
||||
.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
||||
.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
||||
.\" ARE DISCLAIMED. IN NO EVENT SHALL JULIE HAUGH OR CONTRIBUTORS BE LIABLE
|
||||
.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
||||
.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
|
||||
.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
|
||||
.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
|
||||
.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
|
||||
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||
.\" SUCH DAMAGE.
|
||||
.\"
|
||||
.\" $Id: useradd.8,v 1.7 2005/04/05 19:08:54 kloczek Exp $
|
||||
.\"
|
||||
.\" Traduzione in italiano a cura di Isabella Ruocco <isacher@nettaxi.com>
|
||||
.\" luglio 1999
|
||||
.\"
|
||||
.TH USERADD 8
|
||||
.SH NOME
|
||||
useradd \- Crea un nuovo utente o aggiorna le informazioni predefinite per
|
||||
i nuovi utenti
|
||||
.SH SINTASSI
|
||||
.TP 8
|
||||
.B useradd
|
||||
.\" .RB [ \-A
|
||||
.\" .RI { metodo | \fBPREDEFINITO\fR "},... ]"
|
||||
.RB [ \-c
|
||||
.IR commento ]
|
||||
.RB [ \-d
|
||||
.IR home_dir ]
|
||||
.br
|
||||
.RB [ \-e
|
||||
.IR data_scadenza ]
|
||||
.RB [ \-f
|
||||
.IR tempo_inattivit<EFBFBD> ]
|
||||
.br
|
||||
.RB [ \-g
|
||||
.IR gruppo_iniziale ]
|
||||
.RB [ \-G
|
||||
.IR gruppo [,...]]
|
||||
.br
|
||||
.RB [ \-m " [" \-k
|
||||
.IR dir_scheletro ]]
|
||||
.RB [ \-s
|
||||
.IR shell ]
|
||||
.br
|
||||
.RB [ \-u
|
||||
.IR uid " ["
|
||||
.BR \-o ]]
|
||||
.I login
|
||||
.TP 8
|
||||
.B useradd
|
||||
\fB\-D\fR
|
||||
[\fB\-g\fI gruppo_predefinito\fR]
|
||||
[\fB\-b\fI home_predefinita\fR]
|
||||
.br
|
||||
[\fB\-f\fI inattivit<69>_predefinita\fR]
|
||||
[\fB\-e\fI data_scadenza_predefinita\fR]
|
||||
.br
|
||||
[\fB\-s\fI shell_predefinita\fR]
|
||||
.SH DESCRIZIONE
|
||||
.SS Creare Nuovi Utenti
|
||||
Quando viene invocato senza l'opzione \fB\-D\fR, il comando \fBuseradd\fR
|
||||
crea un nuovo account di utente usando i valori specificati sulla linea di
|
||||
comando ed i valori predefiniti dal sistema.
|
||||
Il nuovo account di utente verr<72> aggiunto ai file di sistema che lo necessitano,
|
||||
verr<EFBFBD> creata la home directory, e l<> verranno copiati i file iniziali, a seconda
|
||||
delle opzioni sulla linea di comando.
|
||||
.SH OPZIONI
|
||||
Le opzioni che si applicano al comando \fBuseradd\fR sono:
|
||||
.\" .IP "\fB\-A {\fImetodo\fR|\fBPREDEFINITO\fR},..."
|
||||
.\" Il valore del metodo di autenticazione dell'utente.
|
||||
.\" Il metodo di autenticazione <20> il nome di un programma che <20> responsabile
|
||||
.\" della validazione dell'identit<69> dell'utente.
|
||||
.\" La stringa \fBPREDEFINITO\fR pu<70> essere usata per cambiare il metodo di
|
||||
.\" autenticazione dell'utente con il metodo standard di sistema delle
|
||||
.\" password.
|
||||
.\" Questa <20> una lista di nomi di programmi separati da virgole.
|
||||
.\" Pu<50> includere \fBPREDEFINITO\fR esattamente una volta.
|
||||
.IP "\fB\-c \fIcommento\fR"
|
||||
Il campo commento del nuovo utente nel file password.
|
||||
.IP "\fB\-d \fIhome_dir\fR"
|
||||
Il nuovo utente verr<72> creato usando \fIhome_dir\fR come valore per la
|
||||
directory di login dell'utente.
|
||||
Il comportamento predefinito <20> di appendere il nome \fIlogin\fR a
|
||||
\fIhome_predefinita\fR ed usare quella come nome di directory di login.
|
||||
.IP "\fB\-e \fIdata_scadenza\fR"
|
||||
La data in cui verr<72> disabilitato l'account dell'utente.
|
||||
La data <20> specificata nel formato \fIMM/GG/AA\fR.
|
||||
.IP "\fB\-f \fIgiorni_inattivit<69>\fR"
|
||||
Il numero di giorni dopo la scadenza della password fino a quando l'account
|
||||
verr<EFBFBD> permanentemente disabilitato.
|
||||
Un valore pari a 0 disabilita l'account non appena <20> scaduta la password,
|
||||
ed un valore pari a \-1 disabilita questa caratteristica.
|
||||
Il valore predefinito <20> \-1.
|
||||
.IP "\fB\-g \fIgruppo_iniziale\fR"
|
||||
IL nome o numero del gruppo iniziale di login dell'utente.
|
||||
Il nome del gruppo deve esistere. Un numero di gruppo deve fare riferimento
|
||||
ad un gruppo gi<67> esistente.
|
||||
Il numero di gruppo predefinito <20> 1.
|
||||
.IP "\fB\-G \fIgruppo,[...]\fR"
|
||||
Una lista di gruppi supplementari di cui l'utente <20> altres<65> membro.
|
||||
Ciascun gruppo <20> separato dal successivo da una virgola, senza spazi
|
||||
bianchi intermedi.
|
||||
I gruppi sono soggetti alle stesse restrizioni del gruppo dato con
|
||||
l'opzione \fB\-g\fR.
|
||||
Il comportamento predefinito <20> che l'utente appartenga solo al gruppo
|
||||
iniziale.
|
||||
.IP \fB\-m\fR
|
||||
La home directory dell'utente verr<72> creata se non esiste.
|
||||
I file contenuti in \fIdir_scheletro\fR saranno copiati nella home directory
|
||||
se viene usata l'opzione \fB\-k\fR, altrimenti verranno usati i file
|
||||
contenuti in \fI/etc/skel\fR.
|
||||
Anche tutte le directory contenute in \fIdir_scheletro\fR o \fI/etc/skel\fR
|
||||
verranno create nella home directory dell'utente.
|
||||
L'opzione \fB\-k\fR <20> valida solo in congiunzione con l'opzione \fB\-m\fR.
|
||||
Il comportamento predefinito <20> di non creare la directory e di non copiarvi
|
||||
alcun file.
|
||||
.IP "\fB\-s \fIshell\fR"
|
||||
Il nome della shell di login dell'utente.
|
||||
Il comportamento predefinito <20> di lasciare vuoto questo campo, che fa s<> che
|
||||
il sistema selezioni la shell di connessione predefinita.
|
||||
.IP "\fB\-u \fIuid\fR"
|
||||
Il valore numerico dell'ID dell'utente.
|
||||
Questo valore deve essere univoco, a meno che non venga usata l'opzione
|
||||
\fI\-o\fR.
|
||||
Il valore deve essere non\-negativo.
|
||||
Il comportamento predefinito <20> di usare il minimo valore di ID superiore a 999
|
||||
e superiore a quello di ogni altro utente.
|
||||
Valori tra 0 e 999 sono tipicamente riservati per account di sistema.
|
||||
.SS Cambiare i valori predefiniti
|
||||
Quando invocato con l'opzione \fB\-D\fR, \fBuseradd\fR o mostrer<65> i valori
|
||||
predefiniti correnti, oppure aggiorner<65> i valori predefiniti dalla linea
|
||||
di comando.
|
||||
Le opzioni valide sono
|
||||
.IP "\fB\-b \fIhome_predefinita\fR"
|
||||
Il prefisso del percorso per la home directory del nuovo utente.
|
||||
Il nome dell'utente verr<72> aggiunto alla fine di \fIhome_predefinita\fR
|
||||
per creare il nome della nuova directory se non viene usata l'opzione \fB\-d\fI
|
||||
quando si crea un nuovo account.
|
||||
.IP "\fB\-e \fIdata_scadenza_predefinita\fR"
|
||||
La data in cui l'account dell'utente verr<72> disabilitato.
|
||||
.IP "\fB\-f \fIinattivit<69>_predefinita\fR"
|
||||
Il numero di giorni dopo la scadenza di una password prima che l'account
|
||||
venga disabilitato.
|
||||
.IP "\fB\-g \fIgruppo_predefinito\fR"
|
||||
Il nome o ID del gruppo iniziale per un nuovo utente.
|
||||
Il gruppo nominato deve esistere, ed un ID numerico di gruppo deve avere una
|
||||
voce esistente.
|
||||
.IP "\fB\-s \fIshell_predifinita\fR"
|
||||
Il nome della shell di login per un nuovo utente.
|
||||
Il programma nominato verr<72> usato per tutti gli account dei futuri nuovi
|
||||
utenti.
|
||||
.PP
|
||||
Se non <20> specificata alcuna opzione, \fBuseradd\fR mostra i valori predefiniti
|
||||
correnti.
|
||||
.SH NOTE
|
||||
L'amministratore di sistema <20> responsabile del posizionamento dei file
|
||||
predefiniti degli utenti nella directory \fI/etc/skel\fR.
|
||||
.SH CAVEAT
|
||||
Non <20> possibile aggiungere un utente ad un gruppo NIS.
|
||||
Questo deve essere fatto sul server NIS.
|
||||
.SH FILE
|
||||
\fI/etc/passwd\fR \- informazioni sugli account di utenti
|
||||
.br
|
||||
\fI/etc/shadow\fR \- informazioni sicure sugli account di utenti
|
||||
.br
|
||||
\fI/etc/group\fR \- informazioni sui gruppi
|
||||
.br
|
||||
\fI/etc/default/useradd\fR \- informazioni predefinite
|
||||
.br
|
||||
\fI/etc/skel/ \fR\- directory contenente i file predefiniti
|
||||
.SH VEDERE ANCHE
|
||||
.BR chfn (1),
|
||||
.BR chsh (1),
|
||||
.BR groupadd (8),
|
||||
.BR groupdel (8),
|
||||
.BR groupmod (8),
|
||||
.BR passwd (1),
|
||||
.BR userdel (8),
|
||||
.BR usermod (8)
|
||||
.SH AUTORE
|
||||
Julianne Frances Haugh (jfh@tab.com)
|
72
man/it/userdel.8
Normal file
72
man/it/userdel.8
Normal file
@@ -0,0 +1,72 @@
|
||||
.\" Copyright 1991 \- 1994, Julianne Frances Haugh
|
||||
.\" All rights reserved.
|
||||
.\"
|
||||
.\" Redistribution and use in source and binary forms, with or without
|
||||
.\" modification, are permitted provided that the following conditions
|
||||
.\" are met:
|
||||
.\" 1. Redistributions of source code must retain the above copyright
|
||||
.\" notice, this list of conditions and the following disclaimer.
|
||||
.\" 2. Redistributions in binary form must reproduce the above copyright
|
||||
.\" notice, this list of conditions and the following disclaimer in the
|
||||
.\" documentation and/or other materials provided with the distribution.
|
||||
.\" 3. Neither the name of Julianne F. Haugh nor the names of its contributors
|
||||
.\" may be used to endorse or promote products derived from this software
|
||||
.\" without specific prior written permission.
|
||||
.\"
|
||||
.\" THIS SOFTWARE IS PROVIDED BY JULIE HAUGH AND CONTRIBUTORS ``AS IS'' AND
|
||||
.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
||||
.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
||||
.\" ARE DISCLAIMED. IN NO EVENT SHALL JULIE HAUGH OR CONTRIBUTORS BE LIABLE
|
||||
.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
||||
.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
|
||||
.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
|
||||
.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
|
||||
.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
|
||||
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||
.\" SUCH DAMAGE.
|
||||
.\"
|
||||
.\" $Id: userdel.8,v 1.4 2005/04/05 19:08:54 kloczek Exp $
|
||||
.\"
|
||||
.\" Traduzione in italiano a cura di Isabella Ruocco <isacher@nettaxi.com>
|
||||
.\" luglio 1999
|
||||
.\"
|
||||
.TH USERDEL 8
|
||||
.SH NOME
|
||||
userdel \- Rimuove l'account di un utente ed i file relativi
|
||||
.SH SINTASSI
|
||||
.B userdel
|
||||
[\fB\-r\fR]
|
||||
.I login
|
||||
.SH DESCRIZIONE
|
||||
Il comando \fBuserdel\fR modifica i file di account del sistema, rimuovendo
|
||||
tutte le voci che si riferiscono a \fIlogin\fR.
|
||||
L'utente nominato deve esistere.
|
||||
.IP \fB\-r\fR
|
||||
I file nella home directory dell'utente verranno rimossi insieme alla home
|
||||
directory stessa.
|
||||
I file collocati in altri file system dovranno essere ricercati e rimossi
|
||||
manualmente.
|
||||
.SH FILE
|
||||
\fI/etc/passwd\fR \- informazioni sugli account di utenti
|
||||
.br
|
||||
\fI/etc/shadow\fR \- informazioni sicure sugli account di utenti
|
||||
.br
|
||||
\fI/etc/group\fR \- informazioni sui gruppi
|
||||
.SH CAVEAT
|
||||
\fBuserdel\fR non permetter<65> di rimuovere alcun account se l'utente <20>
|
||||
attualmente connesso.
|
||||
Occorre uccidere qualunque processo in esecuzione che appartenga ad un account
|
||||
che si sta rimuovendo.
|
||||
Non <20> possibile rimuovere nessun attributo NIS su un client NIS.
|
||||
Questo deve essere fatto sul server NIS.
|
||||
.SH VEDERE ANCHE
|
||||
.BR chfn (1),
|
||||
.BR chsh (1),
|
||||
.BR groupadd (8),
|
||||
.BR groupdel (8),
|
||||
.BR groupmod (8),
|
||||
.BR passwd (1),
|
||||
.BR useradd (8),
|
||||
.BR usermod (8)
|
||||
.SH AUTORE
|
||||
Julianne Frances Haugh (jfh@tab.com)
|
142
man/it/usermod.8
Normal file
142
man/it/usermod.8
Normal file
@@ -0,0 +1,142 @@
|
||||
.\" Copyright 1991 \- 1994, Julianne Frances Haugh
|
||||
.\" All rights reserved.
|
||||
.\"
|
||||
.\" Redistribution and use in source and binary forms, with or without
|
||||
.\" modification, are permitted provided that the following conditions
|
||||
.\" are met:
|
||||
.\" 1. Redistributions of source code must retain the above copyright
|
||||
.\" notice, this list of conditions and the following disclaimer.
|
||||
.\" 2. Redistributions in binary form must reproduce the above copyright
|
||||
.\" notice, this list of conditions and the following disclaimer in the
|
||||
.\" documentation and/or other materials provided with the distribution.
|
||||
.\" 3. Neither the name of Julianne F. Haugh nor the names of its contributors
|
||||
.\" may be used to endorse or promote products derived from this software
|
||||
.\" without specific prior written permission.
|
||||
.\"
|
||||
.\" THIS SOFTWARE IS PROVIDED BY JULIE HAUGH AND CONTRIBUTORS ``AS IS'' AND
|
||||
.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
||||
.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
||||
.\" ARE DISCLAIMED. IN NO EVENT SHALL JULIE HAUGH OR CONTRIBUTORS BE LIABLE
|
||||
.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
||||
.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
|
||||
.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
|
||||
.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
|
||||
.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
|
||||
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||
.\" SUCH DAMAGE.
|
||||
.\"
|
||||
.\" $Id: usermod.8,v 1.7 2005/04/05 19:08:54 kloczek Exp $
|
||||
.\"
|
||||
.\" Traduzione in italiano a cura di Isabella Ruocco <isacher@nettaxi.com>
|
||||
.\" luglio 1999
|
||||
.\"
|
||||
.TH USERMOD 8
|
||||
.SH NOME
|
||||
usermod \- Modifica l'account di un utente
|
||||
.SH SINTASSI
|
||||
.TP 8
|
||||
.B usermod
|
||||
.RB [ \-c
|
||||
.IR commento ]
|
||||
.RB [ \-d
|
||||
.IR home_dir " ["
|
||||
.BR \-m ]]
|
||||
.br
|
||||
.RB [ \-e
|
||||
.IR data_scadenza ]
|
||||
.RB [ \-f
|
||||
.IR tempo_inattivit<EFBFBD> ]
|
||||
.br
|
||||
.RB [ \-g
|
||||
.IR gruppo_iniziale ]
|
||||
.RB [ \-G
|
||||
.IR gruppo [,...]]
|
||||
.br
|
||||
.RB [ \-l
|
||||
.IR nome_login ]
|
||||
.RB [ \-s
|
||||
.IR shell ]
|
||||
.br
|
||||
.RB [ \-u
|
||||
.IR uid " ["
|
||||
.BR \-o ]]
|
||||
.I login
|
||||
.SH DESCRIZIONE
|
||||
Il comando \fBusermod\fR modifica i file di account di sistema in modo da
|
||||
riflettere le modifiche specificate sulla linea di comando.
|
||||
Le opzioni che si applicano al comando \fBusermod\fR sono
|
||||
.IP "\fB\-c\fR \fIcommento\fR"
|
||||
Il campo commento del nuovo utente nel file password.
|
||||
Normalmente viene modificato usando l'utilit<69> \fBchfn\fR(1).
|
||||
.IP "\fB\-d\fR \fIhome_dir\fR"
|
||||
La nuova directory di login dell'utente.
|
||||
Se <20> data l'opzione \fB\-m\fR il contenuto della home directory corrente
|
||||
sar<EFBFBD> spostato nella nuova home directory, che viene creata se non esiste gi<67>.
|
||||
.IP "\fB\-e\fR \fIdata_scadenza\fR"
|
||||
La data in cui l'account dell'utente verr<72> disabilitato.
|
||||
La data <20> specificata nel formato \fIMM/GG/AA\fR.
|
||||
.IP "\fB\-f\fR \fIgiorni_inattivit<69>\fR"
|
||||
Il numero di giorni dopo la scadenza di una password prima che l'account
|
||||
venga permanentemente disabilitato.
|
||||
Un valore pari a 0 disabilita l'account non appena la password <20> scaduta,
|
||||
ed un valore pari a \-1 disabilita la caratteristica.
|
||||
Il valore predefinito <20> \-1.
|
||||
.IP "\fB\-g\fR \fIgruppo_iniziale\fR"
|
||||
Il nuome o numero del nuovo gruppo di connessione dell'utente.
|
||||
Il nome del gruppo deve esistere. Un numero di gruppo deve riferirsi ad un
|
||||
gruppo gi<67> esistente.
|
||||
Il numero di gruppo predefinito <20> 1.
|
||||
.IP "\fB\-G\fR \fIgruppo,[...]\fR"
|
||||
Una lista di gruppi supplementari di cui l'utente <20> altres<65> membro.
|
||||
Ciascun gruppo <20> separato dal successivo da una virgola, senza spazi bianchi
|
||||
intermedi.
|
||||
I gruppi sono soggetti alle stesse restrizioni del gruppo dato con l'opzione
|
||||
\fB\-g\fR.
|
||||
Se l'utente <20> attualmente membro di un gruppo che non <20> elencato, l'utente
|
||||
verr<EFBFBD> rimosso dal gruppo.
|
||||
.IP "\fB\-l\fR \fInome_login\fR"
|
||||
Il nome dell'utente verr<72> cambiato da \fIlogin\fR a \fInome_login\fR.
|
||||
Niente altro viene cambiato.
|
||||
In particolare, la home directory dell'utente dovrebbe probabilmente
|
||||
essere modificata in modo da riflettere il nuovo nome di login.
|
||||
.IP "\fB\-s\fR \fIshell\fR"
|
||||
Il nome della nuova shell di login dell'utente.
|
||||
Lasciando questo campo vuoto si fa in modo che il sistema selezioni la shell
|
||||
di connessione predefinita.
|
||||
.IP "\fB\-u\fR \fIuid\fR"
|
||||
Il valore numerico dell'ID dell'utente.
|
||||
Questo valore deve essere univoco, a meno che non venga usata l'opzione
|
||||
\fB\-o\fR.
|
||||
Questo valore deve essere non\-negativo.
|
||||
Valori tra 0 e 999 sono tipicamente riservati ad account di sistema.
|
||||
Tutti i file che l'utente possiede e che sono posiszionati nell'albero di
|
||||
directory avente come radice la home directory dell'utente avranno l'ID utente del
|
||||
file cambiato automaticamente.
|
||||
I file fuori della home directory dell'utente devono essere modificati
|
||||
manualmente.
|
||||
.SH CAVEAT
|
||||
\fBusermod\fR non permetter<65> di modificare il nome di un utente che <20>
|
||||
attualmente connesso.
|
||||
Occorre essere certi che l'utente nominato non sta eseguendo alcun processo
|
||||
quando questo comando viene eseguito se l'ID numerico dell'utente sta per
|
||||
essere cambiato.
|
||||
Occorre cambiare il proprietario di ogni file crontab manualmente.
|
||||
Occorre cambiare il proprietario di ogni job manualmente.
|
||||
Occorre fare qualunque cambiamento che riguarda NIS sul server NIS.
|
||||
.SH FILE
|
||||
\fI/etc/passwd\fR \- informazioni sugli account di utenti
|
||||
.br
|
||||
\fI/etc/shadow\fR \- informazioni sicure sugli account di utenti
|
||||
.br
|
||||
\fI/etc/group\fR \- informazioni sui gruppi
|
||||
.SH VEDERE ANCHE
|
||||
.BR chfn (1),
|
||||
.BR chsh (1),
|
||||
.BR groupadd (8),
|
||||
.BR groupdel (8),
|
||||
.BR groupmod (8),
|
||||
.BR passwd (1),
|
||||
.BR useradd (8),
|
||||
.BR userdel (8)
|
||||
.SH AUTORE
|
||||
Julianne Frances Haugh (jfh@tab.com)
|
1
man/it/vigr.8
Normal file
1
man/it/vigr.8
Normal file
@@ -0,0 +1 @@
|
||||
.so man8/vipw.8
|
27
man/it/vipw.8
Normal file
27
man/it/vipw.8
Normal file
@@ -0,0 +1,27 @@
|
||||
.\" This file was generated with po4a. Translate the source file.
|
||||
.\"
|
||||
.\"$Id: vipw.8,v 1.3 2005/04/21 21:03:16 kloczek Exp $
|
||||
.TH VIPW 8 26/09/1997
|
||||
.SH NOME
|
||||
vipw, vigr \- modificano i file delle password, dei gruppi, delle shadow
|
||||
password o dei gruppi shadow
|
||||
.SH SINTASSI
|
||||
\fBvipw\fP [\fB\-s\fP]
|
||||
.br
|
||||
\fBvigr\fP [\fB\-s\fP]
|
||||
.SH DESCRIZIONE
|
||||
\fBvipw\fP e \fBvigr\fP permettono di modificare rispettivamente i file
|
||||
\fI/etc/passwd\fP e \fI/etc/group\fP. Con l'opzione \fB\-s\fP, vengono aperte le
|
||||
versioni shadow di quei file, rispettivamente \fI/etc/shadow\fP e
|
||||
\fI/etc/gshadow\fP. I programmi si occupano di impostare i lock necessari per
|
||||
evitare la corruzione dei file. Per determinare l'editor da usare, i
|
||||
programmi prima provano con la variabile d'ambiente \fBVISUAL\fP, poi con la
|
||||
variabile d'ambiente \fBEDITOR\fP e infine con l'editor predefinito, \fBvi\fP.
|
||||
.SH "VEDERE ANCHE"
|
||||
\fBgroup\fP(5), \fBpasswd\fP(5), \fBshadow\fP(5)
|
||||
.SH TRADUZIONE
|
||||
.nf
|
||||
Isabella Ruocco <isacher@nettaxi.com>, 1999
|
||||
Giuseppe Sacco <eppesuig@debian.org>, 2005
|
||||
Danilo Piazzalunga <danilopiazza@libero.it>, 2005
|
||||
.fi
|
Reference in New Issue
Block a user