Hacker News new | ask | show | jobs
by SoftTalker 645 days ago
I kind of get it. /tmp has historically been a world-readable/world-writable location in the directory hierarchy. If you want to save something private, it's not a great choice.
1 comments

mkdir -m 700 /tmp/myprivatedir

you're welcome