get directory entries NAME getdents, getdents64 - get directory entries LIBRARY Standard C librar...get directory entries NAME getdents, getdents64 - get directory entries LIBRARY Standard C librar...read directory entry NAME readdir - read directory entry LIBRARY Standard C library ( libc , -lc )...create a directory NAME mkdir, mkdirat - create a directory LIBRARY Standard C library ( libc , -lc )...create a directory NAME mkdir, mkdirat - create a directory LIBRARY Standard C library ( libc , -lc )...get current working directory NAME getcwd, getwd, get_current_dir_name - get current working directory LIBRARY St...execute program relative to a directory file descriptor NAME execveat - execute program relative to a directory file descri...change timestamps of a file relative to a directory file descriptor NAME futimesat - change timestamps of a file relative to a director......... /* mode_t mode */ ); int creat(const char * pathname , mode_t mode ); int openat(int dirfd , const char * pathname , int flags , ... /* mode_t mode */ ); /* Documented separ…...... /* mode_t mode */ ); int creat(const char * pathname , mode_t mode ); int openat(int dirfd , const char * pathname , int flags , ... /* mode_t mode */ ); /* Documented separ…...... /* mode_t mode */ ); int creat(const char * pathname , mode_t mode ); int openat(int dirfd , const char * pathname , int flags , ... /* mode_t mode */ ); /* Documented separ…...05/fd Note that the lines showing the pathname /proc/9005/fd result from the calls to opendir (3). Program source #define _GNU_SOURCE #include <dirent.h> #include <fcntl.h> #inc…...#include <fcntl.h> /* Definition of AT_* constants */ #include <sys/stat.h> int statx(int dirfd , const char *restrict pathname , int flags , unsigned int mask , struct statx *r….../fanotify.h> int fanotify_mark(int fanotify_fd , unsigned int flags , uint64_t mask , int dirfd , const char *_Nullable pathname ); DESCRIPTION For an overview of the fanotify A…...include <fcntl.h> /* Definition of AT_* constants */ #include <unistd.h> int unlinkat(int dirfd , const char * pathname , int flags ); Feature Test Macro Requirements for glibc …...include <fcntl.h> /* Definition of AT_* constants */ #include <unistd.h> int unlinkat(int dirfd , const char * pathname , int flags ); Feature Test Macro Requirements for glibc …...nclude <fcntl.h> /* Definition of AT_* constants */ #include <sys/stat.h> int mknodat(int dirfd , const char * pathname , mode_t mode , dev_t dev ); Feature Test Macro Requireme…...nclude <fcntl.h> /* Definition of AT_* constants */ #include <sys/stat.h> int mknodat(int dirfd , const char * pathname , mode_t mode , dev_t dev ); Feature Test Macro Requireme…...clude <fcntl.h> /* Definition of AT_* constants */ #include <sys/stat.h> int fchmodat(int dirfd , const char * pathname , mode_t mode , int flags ); Feature Test Macro Requireme…...clude <fcntl.h> /* Definition of AT_* constants */ #include <sys/stat.h> int fchmodat(int dirfd , const char * pathname , mode_t mode , int flags ); Feature Test Macro Requireme…