Top "Tmp" questions

The traditional name of directories (especially on Unix and Unix-like operating systems) used to store temporary files.

Changing the tmp folder of mysql

Our Mysql queries use temporary tables which creates temporary files in the process. Currently the files are written to /tmp. …

mysql tmp
How do I clear my Rails file cache?

I’m running Rails 4.2.7 on Ubuntu 14.04. I have written the following method to help cache some data (preventing hits against …

ruby-on-rails ruby-on-rails-4 caching tmp
php:: how long to tmp files stay?

I am working on an upload script. If a user uploads a file and it already exists I want to …

php temp tmp
What happened to the TMP environment variable?

I always heard that the proper way to find the temporary folder on a UNIX machine was to look at …

bash tmp
Write to /tmp directory in aws lambda with python

Goal I'm trying to write a zip file to the /tmp folder in a python aws lambda, so I can …

python amazon-web-services lambda errno tmp
PHP Can't find tmp directory

I am having problems with functions that create files in the tmp directory such as tmpfile() and tempnam(). They all …

php apache tmp
How can I save an image to my app's tmp dir?

Why is that if I use NSTemporaryDirectory to save my image, the image is saved into /var/folders/oG/oGrLHcAUEQubd3…

iphone xcode tmp
Can't write to /tmp with php, despite 777 permissions and no open_basedir value

I'm trying to write a file to my /tmp directory (on an apache server) with the php fopen function, but …

php fopen tmp php-safe-mode
Heroku - how to write into "tmp" directory?

I need to use the tmp folder on Heroku (Cedar) for writing some temporarily data, I am trying to do …

ruby-on-rails ruby heroku directory tmp
Php has its own /tmp in /tmp/systemd-private-nABCDE/tmp when accessed through nginx

I found strange behaviour concerning php and /tmp folder. Php uses another folder when it works with /tmp. Php 5.6.7, nginx, …

php nginx centos7 tmp