Posts Tagged ‘access’
access – check user’s permissions for a file
USAGE
#include <unistd.h>
int access(const char *pathname, int mode);
DESCRIPTION
access() checks whether the process would be allowed to read, write or
test for [...]
Categories: A
