Question : Add permissions to user's home directories

Hello All,

I had some permission issues and had to reset all my user's home directories permissions. I need a script to add their name back to their own folder with full access. This is the structure of their home directories:

\\server\students\2011\%username%
\\server\students\2010\%username%

I have about 400 folders I need this script to run on. Please help! :)

Thanks in advance for your help.

ej

Answer : Add permissions to user's home directories

Put this on page2.htm:
1:
2:
3:
4:
5:
function close_window() {
  opener.document.getElementById("Page1_TxtA").value=document.getElementById("Page2_Txt1").value;
  opener.document.getElementById("Page1_TxtA").onchange();
  window.close();
}
Random Solutions  
 
programming4us programming4us