Constantsยง
- AT_
EACCESS - Check access using effective user and group ID.
- AT_
EMPTY_ PATH - Non-POSIX, see https://www.man7.org/linux/man-pages/man2/link.2.html.
- AT_
FDCWD - Use the current working directory to determine the target of relative file paths.
- AT_
REMOVEDIR - Remove directory instead of file.
- AT_
SYMLINK_ FOLLOW - Follow symbolic link.
- AT_
SYMLINK_ NOFOLLOW - Do not follow symbolic links.
- FD_
CLOEXEC - Close the file descriptor upon execution of an
execfamily function and in the new process image created byposix_spawn()orposix_spawnp().