|
|
|
|
|
by mst
768 days ago
|
|
Having a "real" /tmp is not an uncommon preferences amongst sysadmins who've been at this for a while. Too many things that can wedge a system only leave evidence of why/how they did that in /tmp so still having it around post-reboot can be a huge aid to root cause analysis. It's a non-trivial trade-off but calling deliberately choosing that trade-off "hacking up fstab" doesn't strike me as a remotely fair description thereof. |
|
For what it's worth, OpenBSD which could be considered conservative says this about /tmp [1]:
> Temporary files that are not preserved between system reboots. Periodically cleaned by daily(8).
So no one should expect those files to be stored permanently.
[1]: http://man.openbsd.org/hier