create a unique temporary file NAME mkstemp, mkostemp, mkstemps, mkostemps - create a unique temporary file LIBRARY Standard C library ( libc , -lc ) SYN...create a unique temporary file NAME mkstemp, mkostemp, mkstemps, mkostemps - create a unique temporary file LIBRARY Standard C library ( libc , -lc ) SYN...create a unique temporary file NAME mkstemp, mkostemp, mkstemps, mkostemps - create a unique temporary file LIBRARY Standard C library ( libc , -lc ) SYN...create a unique temporary file NAME mkstemp, mkostemp, mkstemps, mkostemps - create a unique temporary file LIBRARY Standard C library ( libc , -lc ) SYN......help] [--version] DESCRIPTION tempfile creates a temporary file in a safe manner. It uses mkstemps (3) to choose the name and opens it with O_RDWR | O_CREAT | O_EXCL. The filena…