komenda mktemp użycie mktemp co to jest
Jak użyć MKTEMP? Definicja w konsoli The filename is based on the specified template, which may be.
Znaczenie komenda mktemp użycie mktemp definicja.

Czy przydatne?

Komenda/polecenie: Jak użyć mktemp

Uruchomienie, wykonanie: mktemp [options] [template]

Jak działa MKTEMP, co robi MKTEMP: 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

Dostępne opcje, wywołanie MKTEMP: -d

Make a directory, not a file.

-q

Fail silently in case of error. Useful to prevent error output from being sent to standard error.

-p directory

Generate the temporary file in the specified directory.

-t

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.

-u

Operate in "unsafe" mode and unlink the temporary file before mktemp exits. Use of this option is not recommended.

-V

Print version information and exit.

Co znaczy :
Definicja Macro processor for C and other files co znaczy.
Co znaczy :
Definicja tape drive used to back up or restore system data. The version of the mt command documented here is mt-st , which includes support for the st driver for SCSI tape devices. The operation argument krzyżówka.
Co znaczy :
Definicja administration command. Construct a filesystem on a device (such as a hard disk partition). filesys is either the name of the device or the mountpoint. mkfs is actually a frontend that invokes the co to jest.
Co znaczy :
Definicja System administration command. Format device as an MS-DOS filesystem. You may specify the number of blocks on the device or allow mkdosfs to guess słownik.
Co znaczy :
Definicja administration command. With no options, attempt to load the specified module, as well as all modules on which it depends. If more than one module is specified, attempt to load further modules only czym jest.

Użycie MKTEMP zastosowanie komendy na linii poleceńw Słownik M .

  • Dodano:
  • Autor: