...creation flags are O_CLOEXEC , O_CREAT , O_DIRECTORY , O_EXCL , O_NOCTTY , O_NOFOLLOW , O_TMPFILE , and O_TRUNC . The file status flags are all of the remaining flags listed bel…...creation flags are O_CLOEXEC , O_CREAT , O_DIRECTORY , O_EXCL , O_NOCTTY , O_NOFOLLOW , O_TMPFILE , and O_TRUNC . The file status flags are all of the remaining flags listed bel…...creation flags are O_CLOEXEC , O_CREAT , O_DIRECTORY , O_EXCL , O_NOCTTY , O_NOFOLLOW , O_TMPFILE , and O_TRUNC . The file status flags are all of the remaining flags listed bel….... This will generally not work if the file has a link count of zero (files created with O_TMPFILE and without O_EXCL are an exception). The caller must have the CAP_DAC_READ_SEA….... This will generally not work if the file has a link count of zero (files created with O_TMPFILE and without O_EXCL are an exception). The caller must have the CAP_DAC_READ_SEA….... SEE ALSO clone (2), fork (2), gettid (2), kill (2), exec (3), mkstemp (3), tempnam (3), tmpfile (3), tmpnam (3), credentials (7), pid_namespaces (7).... SEE ALSO clone (2), fork (2), gettid (2), kill (2), exec (3), mkstemp (3), tempnam (3), tmpfile (3), tmpnam (3), credentials (7), pid_namespaces (7)...openat2 () is called with a nonzero how.mode and how.flags does not contain O_CREAT or O_TMPFILE . resolve This is a bit-mask of flags that modify the way in which all component…...d as an alternative to creating files in tmp or as an alternative to using the open (2) O_TMPFILE in cases where there is no intention to actually link the resulting file into t…