--- doc/Attic/how_to_domain_coordinator.txt 2001/07/18 17:12:52 1.9 +++ doc/Attic/how_to_domain_coordinator.txt 2001/10/17 02:27:45 1.10 @@ -54,15 +54,25 @@ and your "www" password. Example: [prompt %] su dc103 6 (as USERNAME). Create a public_html directory for the new user. + (This step does not need to be done. Only if new user will + also be an "author" on the system.) Command: [prompt %] install -d /home/USERNAME/public_html Example: [prompt %] install -d /home/dc103/public_html 7. (as USERNAME). Set permissions for /home/dc103 and /home/dc103/public_html - to be readable and writeable by www. - Command: [prompt %] chmod g+rwx /home/USERNAME - [prompt %] chmod g+rwx /home/USERNAME/public_html - Example: [prompt %] chmod g+rwx /home/dc103 - [prompt %] chmod g+rwx /home/dc103/public_html +# to be readable and writeable by www. +# See immediately below for newer instructions: +# Command: [prompt %] chmod g+rwx /home/USERNAME +# [prompt %] chmod g+rwx /home/USERNAME/public_html +# Example: [prompt %] chmod g+rwx /home/dc103 +# [prompt %] chmod g+rwx /home/dc103/public_html + New instructions: + (This step does not need to be done. Only if the new user will + also be an author on the system.) + As root, make /home world executable (chmod a+x /home) + As dc103 (or whatever the domain coordinator name is, + chmod g+x /home/dc103 + chmod g+srw /home/dc103/public_html 8. login as user=www Command: [prompt %] su www