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.

_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"

Reply via email to