Query: link
OS: bsd
Section: 3f
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
LINK(3F) LINK(3F)NAMElink - make a link to an existing fileSYNOPSISfunction link (name1, name2) character*(*) name1, name2 integer function symlnk (name1, name2) character*(*) name1, name2DESCRIPTIONName1 must be the pathname of an existing file. Name2 is a pathname to be linked to file name1. Name2 must not already exist. The returned value will be 0 if successful; a system error code otherwise. Symlnk creates a symbolic link to name1.FILES/usr/lib/libU77.aSEE ALSOlink(2), symlink(2), perror(3F), unlink(3F)BUGSPathnames can be no longer than MAXPATHLEN as defined in <sys/param.h>. 4.2 Berkeley Distribution May 15, 1985 LINK(3F)
| Related Man Pages | 
|---|
| link(2) - bsd | 
| link(2) - freebsd | 
| link(2) - opendarwin | 
| linkat(2) - netbsd | 
| symlink(2) - netbsd | 
| Similar Topics in the Unix Linux Community | 
|---|
| C Compiler | 
| Perl Script to check file date and size | 
| C++ - Problem in asking and checking user's passwd | 
| Slow response and thread links oddly named | 
| What is this? |