Lines Matching refs:this
40 drop-ins. However this is not recommended, as it is fully safe only if these
56 (Linux; this doesn't bother with `/tmp/` or `/var/tmp/` at all, but uses the
68 recommended to turn this option on, it's highly recommended for applications
69 not to rely on this solely to avoid DoS vulnerabilities, because this option is
73 `/tmp/` and `/var/tmp/`. When this option is used, the per-service temporary
76 this option is not used. Also note that some applications use `/tmp/` and
77 `/var/tmp/` for sharing files and directories. If this option is turned on this
102 reading and writing. When operating this way it is recommended to delete the
107 suggestion above: files created this way are never linked under a filename
123 descriptors opened by a process are implicitly closed when it exits, this is
126 this when decompressing tarballs that contain files with old
130 `util-linux` packages makes this concept available to shell scripts. Note
141 using the access time for this purpose should be acceptable.
153 above. When this is not desired, it's possible to create private per-package
155 do note that this means opting out of any kind of automatic clean-up, and it
158 program dies unexpectedly. Note: this strategy is only really suitable for
168 matching the specified globbing patterns from the ageing logic. If this is
188 `O_TMPFILE` this method also works on older Linux systems and other OSes
215 directory in `/run/` are much better options in this case. (Note that some
216 packages instead use `/dev/shm/` for temporary files during early boot; this is