Name: access - determine accessibility of a file Syntax: int access (char *path, int amode) Description: Path points to a path name naming a file. See Also: chmod(2), stat(2). Bugs: This description could be slightly longer.