|
NAMEmktemp - create a temporary file or directorySYNOPSISmktemp [OPTION]... [TEMPLATE]DESCRIPTIONCreate a temporary file or directory, safely, and print its name. TEMPLATE must contain at least 3 consecutive 'X's in last component. If TEMPLATE is not specified, use tmp.XXXXXXXXXX, and --tmpdir is implied. Files are created u+rw, and directories u+rwx, minus umask restrictions.
GNU coreutils online help: <http://www.gnu.org/software/coreutils/> Report mktemp translation bugs to <http://translationproject.org/team/> AUTHORWritten by Jim Meyering and Eric Blake.COPYRIGHTCopyright © 2013 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. SEE ALSOmkstemp(3), mkdtemp(3), mktemp(3)The full documentation for mktemp is maintained as a Texinfo manual. If the info and mktemp programs are properly installed at your site, the command
should give you access to the complete manual.
Visit the GSP FreeBSD Man Page Interface. |