svcadm(8)을 검색하려면 섹션에서 8 을 선택하고, 맨 페이지 이름에 svcadm을 입력하고 검색을 누른다.
link(3f)
link(3F) Fortran Library Functions link(3F)
NAME
link, symlnk - make a link to an existing file
SYNOPSIS
function link ( name1, name2 )
character*(*) name1, name2
integer function symlnk(name1,name2)
character*(*) name1, name2
DESCRIPTION
The argument name1 must be the path name of an existing file. name2 is
a path name to be linked to file name1. name2 must not already exist.
The returned value is 0 if successful, a system error code otherwise.
symlnk creates a symbolic link to name1.
FILES
libfsu.a
SEE ALSO
link(2), symlink(2), perror(3F), unlink(3F)
BUGS
Path names cannot be no longer than MAXPATHLEN as defined in
<sys/param.h>.
Studio 12.6 September 2015 link(3F)