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

learn more… | top users | synonyms

0
votes
0answers
14 views

Know which program creates a file at startup

I'd like to know which process creates a file at startup in Linux, for example in /tmp. Every time I boot Ubuntu I find a file in /tmp even though I delete it each time. I haven't found out how to ...
0
votes
2answers
787 views

Hadoop configurations seem not to be read

Every time when I try to start my mapreduce application (in standalone Hadoop), it tries to put stuff in the tmp directory, which it can't: Exception in thread "main" java.io.IOException: Failed to ...
0
votes
1answer
54 views

Jboss 7.1.1 contents inside server/tmp/vfs gets full

I am deploying my application on JBOSS 7.1.1 but while doing this the standalone/tmp/vfs folder keeps increasing and my application also goes down. It occupies lots of space on my hard disk.Is ...
0
votes
0answers
36 views

What is the proper place to put named pipes on Linux?

I've got a few processes that talk to each other through named pipes. Currently, I'm creating all my pipes locally, and keeping the applications in the same working directory. At some point, it's ...
2
votes
1answer
239 views

PHP Warning: [mysql error 3] Error writing file '/tmp/ [closed]

Good eveing all, I have a VPS running CentOS 6 and it is running remi-test install of PHP (5.4.8) and MySQL (5.5.28) 1cpu, 2G RAM, 200G storage. Its for hosting my gallery of photographs using ...
0
votes
0answers
52 views

mkdir() create two directories when called once, why is this strange behavior?

If I put the following code in a .php file and run it in my browser, two directories are created in my /tmp directory, each with a uniqid() based name: <?php $tmpfolder = uniqid("test_"); echo ...
0
votes
1answer
104 views

Cakephp tmp directory: Cache and Session Folders

Can someone please explain to me what kind of data is stored in these directories? For example, I have an active session (with auth) now but the sessions directory is empty? What exactly is stored ...
0
votes
2answers
42 views

sess_xxx in tmp folder but no sessions

I'm using PHP for my web service, it does not use any session_xx functions at all, but still I see new sess_xxxxxx files in /tmp, generated by the web service user. Any idea on how find find why ...
0
votes
0answers
130 views

SSMS .TMP file is created and my original query file is deleted or not found

In Microsoft SQL Server Management Studio...Yesterday I had a saved query (Step1.sql) today I am not able to find my query (Step1.sql) all I see are a bunch of temp files (Step1.sql~RF10b6afc0.TMP) ...
0
votes
0answers
69 views

Lost tmp Directory on VPS - /scripts/securetmp issues

I have been trying to follow instructions on how to increase the tmp directory on our VPS from 512mb to 3gb. I successfully modified the tmpdsksize variable in securetmp to 3072000 and saved it using ...
2
votes
2answers
84 views

tmp folder in Windows like /tmp in Linux [closed]

I have created a folder in Windows, C:\tmp\ and I want it to behave like /tmp/ folder in Linux, i.e. its contents are removed every time the system is booted. I think the commands to run could be (at ...
0
votes
1answer
80 views

.gitignore in cakephp: ignore everything but files which are named empty

the cakephp project is using so called empty files. empty files are literally named empty and had no information inside.Their only purpose: Empty directories can be commited by versionising via git. ...
0
votes
1answer
58 views

How to use Javascript to read file in Rails tmp?

The way I have it right now is that I use JavaScript to read a file, providing a hard coded path. I tell it to look it /public. I'm going to generate a file in the tmp directory with Rails, and I want ...
1
vote
1answer
101 views

Does Heroku (PHP) delete thecontents of the /tmp directory after each http request? [closed]

I did a test using code that I know writes to /tmp (okay tempnam in PHP) and also read those contents, with 1 dyno and never see the files.
3
votes
4answers
2k views

Rails3: Change location of temp (tmp) directory

I usually develop in my local Dropbox folder. Some files in the tmp-folder get locked by the browsers (and keep Dropbox busy), Growl throws exceptions and so on. Therefore I am looking for a ...

1 2 3 4 5
15 30 50 per page