> I need a sort of file permission template. > Under some particular directory (like ~/secret), I need all those > files (including newly creating one) mode 700. > Is there any template-trick? Or "chmod -R 700" every time? umask when creating files there.