HP-UX Reference (11i v1 00/12) - 2 System Calls (vol 5)
__________________________________________________________________________________________________________________________________________________________________________________________________
__________________________________________________________________________________________________________________________________________________________________________________________________
STANDARD Printed by: Nora Chuang [nchuang] STANDARD
/build/1111/BRICK/man2/!!!intro.2
________________________________________________________________
___ ___
s
symlink(2) symlink(2)
HP-UX EXTENSIONS
ERRORS
If symlink() fails, errno is set to one of the following values.
[EFAULT] path1 or path2 points outside the process’s allocated address space. The
reliable detection of this error is implementation-dependent.
[EIO] An I/O error occurred while making the directory entry for path2, allocat-
ing the inode for path2, or writing out the link contents of path2.
[EIO] An I/O error occurred while making the directory entry or allocating the
inode.
AUTHOR
symlink() was developed by the University of California, Berkeley.
SEE ALSO
cp(1), link(2), readlink(2), unlink(2), symlink(4).
STANDARDS CONFORMANCE
symlink(): AES, SVID3
Section 2−−394 − 1 − HP-UX Release 11i: December 2000
___
___