File: symlink.2

package info (click to toggle)
man-pages-it 2.80-3
  • links: PTS
  • area: main
  • in suites: lenny, squeeze, wheezy
  • size: 1,660 kB
  • ctags: 13
  • sloc: makefile: 109
file content (183 lines) | stat: -rw-r--r-- 5,489 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
.\" Hey Emacs! This file is -*- nroff -*- source.
.\"
.\" This manpage is Copyright (C) 1992 Drew Eckhardt;
.\"                               1993 Michael Haardt, Ian Jackson.
.\"
.\" Permission is granted to make and distribute verbatim copies of this
.\" manual provided the copyright notice and this permission notice are
.\" preserved on all copies.
.\"
.\" Permission is granted to copy and distribute modified versions of this
.\" manual under the conditions for verbatim copying, provided that the
.\" entire resulting derived work is distributed under the terms of a
.\" permission notice identical to this one
.\" 
.\" Since the Linux kernel and libraries are constantly changing, this
.\" manual page may be incorrect or out-of-date.  The author(s) assume no
.\" responsibility for errors or omissions, or for damages resulting from
.\" the use of the information contained herein.  The author(s) may not
.\" have taken the same level of care in the production of this manual,
.\" which is licensed free of charge, as they might when working
.\" professionally.
.\" 
.\" Formatted or processed versions of this manual, if unaccompanied by
.\" the source, must acknowledge the copyright and authors of this work.
.\"
.\" Modified 1993-07-24 by Rik Faith
.\" Modified 1996-04-26 by Nick Duffek <nsd@bbc.com>
.\" Modified 1996-11-06 by Eric S. Raymond <esr@thyrsus.com>
.\" Modified 1997-01-31 by Eric S. Raymond <esr@thyrsus.com>
.\" Modified 2004-06-23 by Michael Kerrisk <mtk-manpages@gmx.net>
.\"
.\" Tradotto da Goffredo Baroncelli Aprile 1998 <kreijack@usa.net>
.\" Aggiornamento a man-pages-2.11 di Giulio Daprel <giulio@pluto.it>
.\" novembre 2005
.\" Aggiornamento a man-pages-2.38 di Giulio Daprel - agosto 2006
.\" Aggiornamento a man-pages-2.44 di Giulio Daprel - giugno 2007
.\" Aggiornamento a man-pages-2.64 di Elisabetta Galli - agosto 2007
.\"
.TH SYMLINK 2 "26 luglio 2007" "Linux" "Linux Programmer's Manual"
.SH NOME
symlink \- crea un nuovo nome per un file
.SH SINTASSI
.B #include <unistd.h>
.sp
.BI "int symlink(const char *" oldpath ", const char *" newpath );
.sp
.in -4n
Test delle funzioni e requisiti delle macro per glibc (vedere
.BR feature_test_macros (7)):
.in
.sp
.ad l
.BR symlink ():
_BSD_SOURCE || _XOPEN_SOURCE\ >=\ 500 || _POSIX_C_SOURCE\ >=\ 200112L
.ad b
.SH DESCRIZIONE
.BR symlink ()
crea un collegamento simbolico con nome
.I newpath
che contiene la stringa
.IR oldpath .

I collegamenti simbolici sono interpretati all'esecuzione come se il contenuto del 
collegamento fosse stato sostituito nel percorso seguito per trovare 
un file o una directory.

Un collegamento simbolico pu contenere
.I ..
come componente del percorso, che (se usato all'inizio del collegamento) fa 
riferimento alle directory superiori a quella nella quale risiede il collegamento.

Un collegamento simbolico (conosciuto anche come soft link) pu puntare ad un file
esistente o non esistente: in tal caso  detto dangling
link.

I permessi di un collegamento simbolico sono irrilevanti. Quando si segue il 
collegamento il proprietario viene ignorato: viene invece verificato quando si 
richiede la rimozione o la rinomina del collegamento che si trovi in una directory
con lo sticky bit
.RB ( S_ISVTX )
impostato.

Se
.I newpath
esiste
.I non
sar sovrascritto.
.SH VALORE RESTITUITO
In caso di successo viene restituito zero,
altrimenti \-1 e
.I errno
verr impostato di conseguenza.
.SH ERRORI
.TP
.B EACCES
Non  possibile l'accesso in scrittura alla directory contenente
.I newpath ,
o una delle directory contenute nel prefisso del percorso di
.IR newpath
non ha il permesso di ricerca.
(Vedere anche
.BR path_resolution (7).)
.TP
.B EEXIST
.I newpath
esiste gi.
.TP
.B EFAULT
.IR oldpath " o " newpath " puntano fuori dallo spazio di indirizzamento accessibile."
.TP
.B EIO
E' avvenuto un errore di I/O.
.TP
.B ELOOP
Si sono incontrati troppy collegamenti simbolici nella risoluzione di
.IR newpath .
.TP
.B ENAMETOOLONG
.IR oldpath " o " newpath "  troppo lungo."
.TP
.B ENOENT
Una directory contenuta in
.I newpath
non esiste o  un dangling link simbolico, o
.I oldpath
 una stringa vuota.
.TP
.B ENOMEM
Non c' sufficente memoria per il kernel.
.TP
.B ENOSPC
Il dispositivo contenente il file non ha spazio per la nuova
directory.
.TP
.B ENOTDIR
Un elemento usato come directory in
.IR newpath
non  in effetti una directory.
.TP
.B EPERM
Il file system contenente
.IR newpath
non supporta la creazione di collegamenti simbolici.
.TP
.B EROFS
.I newpath
 contenuto in un file system in sola lettura.
.SH CONFORME A
SVr4, 4.3BSD, POSIX.1-2001.  
.\" SVr4 documenta i codici di errore aggiuntivi EDQUOT e ENOSYS.
.\" Vedere
.\" .BR open (2)
.\" re multiple files with the same name, and NFS.
.SH NOTE
Non viene effetuato nessun
controllo su
.I oldpath.

La cancellazione del nome a cui fa riferimento un collegamento simbolico canceller il
file (a meno che esso non abbia altri hard link).
Se non si desidera questo comportamento usare
.BR link (2).
.SH VEDERE ANCHE
.BR ln (1),
.BR lchown (2),
.BR link (2),
.BR lstat (2),
.BR open (2),
.BR readlink (2),
.BR rename (2),
.BR symlinkat (2),
.BR unlink (2)
.BR path_resolution (7)
.SH COLOPHON
Questa pagina fa parte del rilascio 2.80 del progetto
.I man-pages
di Linux.
Si pu trovare una descrizione del progetto,
e informazioni su come riportare bachi,
presso
http://www.kernel.org/doc/man-pages/.
Per la traduzione in italiano si pu fare riferimento a
http://www.pluto.it/ildp/collaborare/