xref: /csrg-svn/lib/libc/sys/link.2 (revision 20035)
Copyright (c) 1980 Regents of the University of California.
All rights reserved. The Berkeley software License Agreement
specifies the terms and conditions for redistribution.

@(#)link.2 4.1 (Berkeley) 05/09/85

LINK 2
C 4
NAME
link - link to a file
SYNOPSIS
 link(name1, name2)  char *name1, *name2; 
DESCRIPTION
A link to name1 is created; the link has the name name2 . Either name may be an arbitrary path name.
"SEE ALSO"
ln(1), unlink(2)
DIAGNOSTICS
Zero is returned when a link is made; -1 is returned when name1 cannot be found; when name2 already exists; when the directory of name2 cannot be written; when an attempt is made to link to a directory by a user other than the super-user; when an attempt is made to link to a file on another file system; when a file has too many links.

On some systems the super-user may link to non-ordinary files.

"ASSEMBLER (PDP-11)"
(link = 9.)

sys link; name1; name2