----------------------------------------------------------------- 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 /usr/local/bin/makeweb /usr/local/www 3. chmod 2755 /usr/local/bin/makeweb 4. Tell them about makeweb(1) -----------------------------------------------------------------