dpkg (1.18.25) stretch; urgency=medium
[dpkg] / man / it / dpkg-statoverride.man
CommitLineData
1479465f
GJ
1.\" dpkg manual page - dpkg-statoverride(1)
2.\"
3.\" Copyright © 2000-2001 Wichert Akkerman <wakkerma@debian.org>
4.\" Copyright © 2009-2011, 2013, 2015 Guillem Jover <guillem@debian.org>
5.\"
6.\" This is free software; you can redistribute it and/or modify
7.\" it under the terms of the GNU General Public License as published by
8.\" the Free Software Foundation; either version 2 of the License, or
9.\" (at your option) any later version.
10.\"
11.\" This is distributed in the hope that it will be useful,
12.\" but WITHOUT ANY WARRANTY; without even the implied warranty of
13.\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14.\" GNU General Public License for more details.
15.\"
16.\" You should have received a copy of the GNU General Public License
17.\" along with this program. If not, see <https://www.gnu.org/licenses/>.
18.
19.\"*******************************************************************
20.\"
21.\" This file was generated with po4a. Translate the source file.
22.\"
23.\"*******************************************************************
24.TH dpkg\-statoverride 1 %RELEASE_DATE% %VERSION% "suite dpkg"
25.nh
26.SH NOME
27dpkg\-statoverride \- sovrascrive la proprietà e i permessi dei file
28.
29.SH SINTASSI
30\fBdpkg\-statoverride\fP [\fIopzione\fP...] \fIcomando\fP
31.
32.SH DESCRIZIONE
33“\fBstat overrides\fP” are a way to tell \fBdpkg\fP(1) to use a different owner
34or mode for a path when a package is installed (this applies to any
35filesystem object that \fBdpkg\fP handles, including directories, devices,
36etc.). This can be used to force programs that are normally setuid to be
37install without a setuid flag, or only executable by a certain group.
38.P
39\fBdpkg\-statoverride\fP è un'utilità per gestire l'elenco di «stat override»
40(sovrascritture di stato). Ha tre funzioni di base: aggiunta, rimozione ed
41elenco delle sovrascritture.
42.
43.SH COMANDI
44.TP
45\fB\-\-add\fP\fI utente gruppo modalità percorso\fP
46Add an override for \fIpath\fP. \fIpath\fP does not need to exist when this
47command is used; the override will be stored and used later. Users and
48groups can be specified by their name (for example \fBroot\fP or \fBnobody\fP), or
49by their number by prepending the number with a ‘\fB#\fP’ (for example \fB#0\fP or
50\fB#65534\fP). The \fImode\fP needs to be specified in octal.
51
52Se viene usato \fB\-\-update\fP e \fIpath\fP esiste, quest'ultimo viene
53immediatamente impostato con i nuovi proprietario e modalità.
54.TP
55\fB\-\-remove\fP\fI percorso\fP
56Rimuove una sovrascrittura per \fIpath\fP; questo comando lascia lo stato di
57\fIpath\fP immutato.
58.TP
59\fB\-\-list\fP [\fImodello\-glob\fP]
60List all overrides. If a glob pattern is specified restrict the output to
61overrides which match the glob.
62.TP
63\fB\-\-help\fP
64Mostra il messaggio sull'uso ed esce.
65.TP
66\fB\-\-version\fP
67Mostra la versione ed esce.
68.
69.SH OPZIONI
70.TP
71\fB\-\-admindir\fP\fI directory\fP
72Cambia la \fIdirectory\fP del database di \fBdpkg\fP dove viene memorizzato anche
73il file statoverride. La posizione predefinita è \fI%ADMINDIR%\fP.
74.TP
75\fB\-\-force\fP
76Forza un'azione, anche se verrebbe proibita da un controllo di
77correttezza. Non è necessario per sovrascrivere una sovrascrittura
78esistente.
79.TP
80\fB\-\-update\fP
81Cerca di modificare immediatamente il \fIpercorso\fP con i nuovi proprietario e
82permessi, se esiste.
83.TP
84\fB\-\-quiet\fP
85È meno prolisso riguardo a ciò che viene fatto.
86.
87.SH "STATO D'USCITA"
88.TP
89\fB0\fP
90L'azione richiesta è stata effettuata con successo.
91.TP
92\fB1\fP
93For \fB\-\-list\fP, if there are no overrides or none match the supplied glob.
94.TP
95\fB2\fP
96Fatal or unrecoverable error due to invalid command\-line usage, or
97interactions with the system, such as accesses to the database, memory
98allocations, etc.
99.
100.SH AMBIENTE
101.TP
102\fBDPKG_ADMINDIR\fP
103Se impostata e l'opzione \fB\-\-admindir\fP non è stata specificata, verrà usata
104come directory dei dati di \fBdpkg\fP.
105.
106.SH FILE
107.TP
108\fI%ADMINDIR%/statoverride\fP
109File which contains the current list of stat overrides of the system. It is
110located in the \fBdpkg\fP administration directory, along with other files
111important to \fBdpkg\fP, such as \fIstatus\fP or \fIavailable\fP.
112.br
113Note: \fBdpkg\-statoverride\fP preserves the old copy of this file, with
114extension “\-old”, before replacing it with the new one.
115.
116.SH "VEDERE ANCHE"
117\fBdpkg\fP(1).