14 lines
255 B
Groff
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.
|
|
|