Page 1 of 1

c:/temp folder permissions, SBS 2003

Posted: Mon Dec 15, 2008 4:39 pm
by dagwag77
Hi All,

I'm running Windows Small Biz Server '03 and the users on my network need access via permissions to use two files that are in the c:/temp folder. I have manually gone to each machine and given all users permissions to these two files, however they keep "resetting" or re-downloading (its from a java-based app we use), and they loose permissions to access the files. Any ideas how I can give them permission to use these files either via the network/server settings or something I can do on each local machine to ensure that users always have the correct permissions to use these two files? (Theyre used for spell check for the java app, its a pain without them).

Thanks in advance,
Dave

Re: c:/temp folder permissions, SBS 2003

Posted: Wed Dec 17, 2008 7:54 pm
by thebigphish
it's the umask command @ mount for the partition on a unix machine, but i have NO idea what it is for a SBS machine. Changing run as credentials for the program might help it, or maybe goofing with the ACLs for the partition. I hate to say it, but a slop-ass way around the permissions problem is to mount the temp partition on a filesystem which is incapable of tracking ACLs (such as fat32), and then the filesystem won't track user permissions and as long as the user has end user rights to the file system, they can access the file.
but hey, it's only /temp, right?

Re: c:/temp folder permissions, SBS 2003

Posted: Wed Dec 17, 2008 9:57 pm
by JAYMZ
You would also need to give the user permissions to that folder on the server. At that point they have access to all of the files within that folder. This is assuming that the folder is set up to share on the network as well. (IE: \\server\tempfolder\)