Polecenie mktemp
Wykonanie, użycie: Generate a unique temporary filename for use in a script. The filename is based on the specified template, which may be any filename with at least six Xs appended (e.g., /tmp/mytemp.XXXXXX). mktemp replaces the Xs with the current process number and/or a unique letter combination. The file is created with mode 0600 (unless -u is specified), and the filename is written to standard output. With no template specified, the default file tmp.XXXXXXXXXX is created and the -t option is implied
Opcje wykonania mktemp
w konsoli
Make a directory, not a file.
Fail silently in case of error. Useful to prevent error output from being sent to standard error.
Generate the temporary file in the specified directory.
Generate a path to the file rooted in a temporary directory. The directory is taken from the TMPDIR environment variable if it is set, or from the -p option. If neither is set,
/tmp is used.
Operate in "unsafe" mode and unlink the temporary file before mktemp exits. Use of this option is not recommended.
Print version information and exit.
Przykłady mktemp działanie w Słownik polecenie M
- Przykład MKTEMP użycie :
- Jak użyć System administration command. Format device as a Linux Second Extended Filesystem. You may specify the number of blocks on the device or allow mke2fs to guess co znaczy.
- Przykład MKTEMP użycie :
- Jak użyć krzyżówka.
- Przykład MKTEMP użycie :
- Jak użyć List directory contents on an MS-DOS filesystem. See ls , dir , and mtools for more information co to jest.
- Przykład MKTEMP użycie :
- Jak użyć NFS mount request server. mountd reads the file /etc/exports to determine which filesystems are available for mounting by which machines. It also provides information about which filesystems are słownik.
- Przykład MKTEMP użycie :
- Jak użyć Make one or more named pipes (FIFOs) with the specified names czym jest.