Home directory permission

Started by
0 comments, last by Fruny 21 years, 2 months ago
Anyone know how to set specific permissions for a user''s home directory at the time of creation? I''m trying to make the public_html usable through Apache and I need to give the home directory enter permissions for other and group. I really don''t plan on doing this by hand for every account I create, so I want it to be automatically. Any ideas? Redhat 8
Advertisement
Add a call to umask in their default profile and/or run chmod recursively over the directories.

[ Start Here ! | How To Ask Smart Questions | Recommended C++ Books | C++ FAQ Lite | Function Ptrs | CppTips Archive ]
[ Header Files | File Format Docs | LNK2001 | C++ STL Doc | STLPort | Free C++ IDE | Boost C++ Lib | MSVC6 Lib Fixes ]
"Debugging is twice as hard as writing the code in the first place. Therefore, if you write the code as cleverly as possible, you are, by definition, not smart enough to debug it." — Brian W. Kernighan

This topic is closed to new replies.

Advertisement