Research V3 development
[unix-history] / man / man2 / link.2
.pa 1
.he 'LINK (II)'3/15/72'LINK (II)'
.ti 0
NAME link -- link to a file
.sp
.ti 0
SYNOPSIS sys link; name\d1\u; name\d2\u / link = 9.
.sp
.ti 0
DESCRIPTION A link
to name\b\b\b\b____\d1\u is created; the link has name name\b\b\b\b____\d2\u.
Either name may be an arbitrary path name.
.sp
.ti 0
SEE ALSO link(I), unlink(II)
.sp
.ti 0
DIAGNOSTICS The error bit
(c-bit) is set when name\b\b\b\b____\d1\u
cannot be found; when name\b\b\b\b____\d2\u
already exists; when the directory of name\b\b\b\b____\d2\u
cannot be written; when
an attempt is made to link to a directory by a user other than the super-user.
.sp
.ti 0
BUGS --