Você pode especificar qualquer diretório para mktemp
; usando a opção -p ou definindo um TMPDIR diferente.
-p temp-dir, --tmpdir=temp-dir
temp directory for the file. This option is a member of the
tmpdir class of options.
If this option is not provided, mktemp will use the environment
variable TMPDIR to find a suitable directory. If these are not
available, it will fall back to ~/tmp or /tmp. A <file-pat>
command line argument containing a directory component will con-
flict with this option.
Por exemplo:
#!/bin/bash
TMPDIR='pwd'
mktemp