*** UNIX MANUAL PAGE BROWSER ***

A Nergahak database for man pages research.

Navigation

Directory Browser

1Browse 4.4BSD4.4BSD
1Browse Digital UNIXDigital UNIX 4.0e
1Browse FreeBSDFreeBSD 14.3
1Browse MINIXMINIX 3.4.0rc6-d5e4fc0
1Browse NetBSDNetBSD 10.1
1Browse OpenBSDOpenBSD 7.7
1Browse UNIX v7Version 7 UNIX
1Browse UNIX v10Version 10 UNIX

Manual Page Search

Manual Page Result

0 Command: access | Section: 3 | Source: 4.4BSD | File: access.3
ACCESS(3F) ACCESS(3F) NAME access - determine accessibility of a file SYNOPSIS integer function access (name, mode) character*(*) name, mode DESCRIPTION Access checks the given file, name, for accessibility with respect to the caller according to mode. Mode may include in any order and in any combination one or more of: r test for read permission w test for write permission x test for execute permission (blank) test for existence An error code is returned if either argument is illegal, or if the file cannot be accessed in all of the specified modes. 0 is returned if the specified access would be successful. FILES /usr/lib/libU77.a SEE ALSO access(2), perror(3F) BUGS Pathnames can be no longer than MAXPATHLEN as defined in <sys/param.h>. 4.2 Berkeley Distribution April 30, 1991 ACCESS(3F)

Navigation Options