--- loncom/Attic/lcuseradd 2000/10/30 03:30:26 1.13 +++ loncom/Attic/lcuseradd 2000/10/30 03:37:51 1.14 @@ -256,6 +256,9 @@ This area provides for: END close OUT; system('/bin/chown','-R',"$safeusername:$safeusername","/home/$safeusername"); +system('/bin/chmod','-R','0660',"/home/$safeusername"); +system('/bin/chmod','0770',"/home/$safeusername"); +system('/bin/chmod','0770',"/home/$safeusername/public_html"); &disable_root_capability; unlink('/tmp/lock_lcpasswd'); exit 0;