Files
2024-02-19 00:21:39 -05:00

14 lines
255 B
Groff

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.