Thanks for all the help with this. The problem was solved. Apparently the Coldfusion "user" was not assigned to the group correctly. This was setup again and after a reboot everything is as it should be.
Thanks again. Dave At 18:25 11/27/2002 +0000, you wrote: >On UNIX, for a user to access a directory it must have at least execute (x) >permissions on all the folders traversing the filesystem from the root to >the folder you are concerned with. > >If the parent directory containing the folder you are trying to write to is >mode 700 (drwx --- ---) and not owned by the user under which CF is running, >it will not be able to access the child directory, even if it is mode 777 >(drwx rwx rwx). > >If you can change the user CF runs as to root temporarily and the problem >goes away, you have a permissions issue. Fix the permissions, and change the >user of the CF process back to something non-privileged. > >NOTE - DO NOT run the CF server as root routinely... this is just a common >diagnostic technique to find permission problems. > > -B > > >Dave Phipps writes: > > > Hi, > > > > We have two Cobalt servers running their "unique" versions of RedHat > and we > > have a couple of apps that do some file uploads using CFFILE. > > > > One server works OK and uploads files everytime. The other server simply > > will not upload files even though the permissions for CF are the same. We > > have checked and double checked the permissions on the folders we are > > uploading to and they are the same for both machines. The code is the > same > > that handles the upload, so where are we going wrong? Is it possible for > > permissions from higher up to be overriding the permissions on a > particular > > folder so that although it appears to have the correct permissions it > > actually is being overridden by something higher up the directory tree? > > > > Any ideas, as the clients are starting to get a little miffed to say > the least. > > > > Cheers > > > > Dave > ______________________________________________________________________ Signup for the Fusion Authority news alert and keep up with the latest news in ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm ------------------------------------------------------------------------------ Archives: http://www.mail-archive.com/cf-linux%40houseoffusion.com/ To Unsubscribe visit http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_linux or send a message to [EMAIL PROTECTED] with 'unsubscribe' in the body.
