svcadm(8)을 검색하려면 섹션에서 8 을 선택하고, 맨 페이지 이름에 svcadm을 입력하고 검색을 누른다.
VOP_ACCESS(9)
This entry point checks the access permissions of the file
against the given credentials. Its arguments are: The vnode of
the file to check. The type of access required. The user cre‐
dentials to check. The thread which is checking. The is a mask
which can contain flags described in <sys/vnode.h>, e.g. or For
the only flags that may be set in are and To check for other
flags, one has to use instead. The vnode will be locked on entry
and should remain locked on return. If the file is accessible in
the specified way, then zero is returned, otherwise an appropri‐
ate error code is returned. An attempt was made to change an im‐
mutable file. The permission bits the file mode or the ACL do
not permit the requested access. This manual page was written by