svcadm(8)을 검색하려면 섹션에서 8 을 선택하고, 맨 페이지 이름에 svcadm을 입력하고 검색을 누른다.
VOP_MKNOD(9)
These entry points create a new file, socket, fifo, device, di‐
rectory or symlink in a given directory. The arguments are: The
locked vnode of the directory. The address of a variable where
the resulting locked vnode should be stored. The pathname compo‐
nent created. The attributes that the new object should be cre‐
ated with. The pathname of the target of the symlink. These en‐
try points are called after when an object is being created. The
directory, will be locked on entry and must remain locked on re‐
turn. If the call is successful, the new object will be returned
locked. If successful, the vnode for the new object is placed in
and zero is returned. Otherwise, an appropriate error is re‐
turned. The file system is full. The user's file system space
or inode quota would be exceeded. The function appeared in This
manual page was written by