Y
Hacker News
new
|
ask
|
show
|
jobs
by
codetrotter
782 days ago
> /tmp isn't stored in memory
It is if your system uses tmpfs for /tmp
https://en.wikipedia.org/wiki/Tmpfs
1 comments
throwway120385
782 days ago
The point they were trying to make is that it doesn't have to be, and it isn't in several of the Linux systems I've used over the years. Assuming that it is is a bad idea.
link
arjvik
782 days ago
/dev/shm always is though
link