Linux - GeneralThis Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
/var/tmp is sometimes just a symlink to /tmp... and at times /tmp is cleared out at bootup.. My suggestion, don't keep important files in /tmp... /var is okay, /tmp is not.
Right! Don't keep "important" or "permanent" files in /tmp or /var/tmp. I once installed a commercial database system (not Oracle or the likes) on a MIPS System V box. Everytime the OS was booted, the system didn't work, and it took some time to discover that the DB kept its licence-file on /tmp (easy and well documented)... but the /tmp was a RAM-filesystem!
Right! Don't keep "important" or "permanent" files in /tmp or /var/tmp. I once installed a commercial database system (not Oracle or the likes) on a MIPS System V box. Everytime the OS was booted, the system didn't work, and it took some time to discover that the DB kept its licence-file on /tmp (easy and well documented)... but the /tmp was a RAM-filesystem!
That's just shitty coding if you want my opinion. If I was the project manager or QA tester, that wouldn't have passed for me.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.