access と faccessat でファイルの存在と権限を点検 ― 2019年10月24日 16時52分47秒
man だとこんな感じ。
% man access
...
access, faccessat - determine accessibility of a file
SYNOPSIS
#include <unistd.h>
#include <sys/fcntl.h>
int access(const char *path, int amode);
int faccessat(int fd, const char *path, int amode, int flag);
最近のコメント