|
it
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Adding Administrator privelages to multiple foldersI need some help.
I'm trying to back up our student fileserver by dumping all of their data files to another server with some free disk space. The fileserver I'm trying to backup is a Win2k server machine. Each student has their own folder on a drive that they have permissions to view. No other students can access their folder. The problem I'm running into is that when I try to dump the files to the other server, I get an error message telling me that access is denied to some of the subfolders (my pictures) on the students' folders. I'm logged in as an administrator on the machine, so I can see whats inside the students' main folders, its just some of the subfolders that I'm having trouble with. Is there ANY other way besides individually taking ownership of each and every folder to do this? <jasonconsta***@gmail.com> wrote in message
Show quoteHide quote news:1129296529.296064.68280@g47g2000cwa.googlegroups.com... You could run this command to seize ownership of all files & folders:> I need some help. > > I'm trying to back up our student fileserver by dumping all of their > data files to another server with some free disk space. > > The fileserver I'm trying to backup is a Win2k server machine. Each > student has their own folder on a drive that they have permissions to > view. No other students can access their folder. > > The problem I'm running into is that when I try to dump the files to > the other server, I get an error message telling me that access is > denied to some of the subfolders (my pictures) on the students' > folders. I'm logged in as an administrator on the machine, so I can > see whats inside the students' main folders, its just some of the > subfolders that I'm having trouble with. > > Is there ANY other way besides individually taking ownership of each > and every folder to do this? > subinacl /subdirectories d:\Student1 /setowner=jason or for multiple folders: for /d %a in (*.*) do subinacl /subdirectories "%a" /setowner=jason Try it on a test folder before applying it to all student folders. subinacl.exe comes with the Technical Resource Kit. would that command leave permission for the current owner to access the
folder after I'm done, or would I have to reset the permissions the way they were? On 14 Oct 2005 07:09:08 -0700, jasonconsta***@gmail.com wrote:
>would that command leave permission for the current owner to access the It doesn't change permissions, just ownership.>folder after I'm done, or would I have to reset the permissions the way >they were? Jerold Schulman Windows Server MVP JSI, Inc. http://www.jsiinc.com http://www.jsifaq.com
Other interesting topics
|
|||||||||||||||||||||||