|
|
DataMuseum.dkPresents historical artifacts from the history of: ICL Comet 32 |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about ICL Comet 32 Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - metrics - download
Length: 789 (0x315)
Types: TextFile
Notes: UNIX file
Names: »link.2«
└─⟦26887b7e0⟧ Bits:30009717 Comet 32 harddisk image
└─⟦28c352965⟧ »/a« UNIX Filesystem
└─⟦this⟧ »usr/man/man2/link.2«
.ig @(#)link.2 2.1 7/1/84 @(#)Copyright (C) 1983 by National Semiconductor Corp. .. .TH LINK 2 .UC 4 .SH NAME link \- link to a file .SH SYNOPSIS .nf .B link(name1, name2) .B char *name1, *name2; .fi .SH DESCRIPTION A link to .I name1 is created; the link has the name .IR name2 . Either name may be an arbitrary path name. .SH "SEE ALSO" ln(1), unlink(2) .SH DIAGNOSTICS Zero is returned when a link is made; \-1 is returned when .I name1 cannot be found; when .I name2 already exists; when the directory of .I 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. .PP On some systems the super-user may link to non-ordinary files.