blob: fcc656a00c3539aba23d49a4a90a5bb0a25687e1 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
-----------------------------------------------------------------
If you want users to be able to create their own Web
subdirectories off of the main web directory, you need to:
1. Add a group for www admins
2. chgrp yourgroup %%PREFIX%%/bin/makeweb %%PREFIX%%/www
3. chmod 2755 %%PREFIX%%/bin/makeweb
4. Tell them about makeweb(1)
-----------------------------------------------------------------
|