[thelist] CF on Unix... file upload problems...

walker walker at sdproductions.com
Fri Feb 23 12:14:46 CST 2001


Hey- that ps command is pretty cool!

I think I need to take a class in Unix.

to solve the prob, I didn't change the owner of the dir, I just changed the 
permissions to 757...

sounds like your solution is more to the point...

is making the directory 757 a security risk?

thanks

-w

At 10:45 AM 2/23/2001 -0600, you wrote:
>Hey special ed -
>
>who is the directory owned by? ls -l will show you.. also, what group is 
>it in? Lastly, find out what user CF is running as(do a ps -aux on linux 
>or ps -efx(i think..) on solaris) and find the CF process'.. they're 
>probably running as 'nobody', so you need to make your directory either 
>owned by nobody( chown nobody /home/specialed/data ) with read/write 
>perms( chmod 644 /home/specialed/data ) or give the nobody group(not user) 
>read write permission ( chgrp nobody /home/specialed/data ) ( chmod 664 
>/home/specialed/data )
>
>That should do the trick.. Shout if you have more questions :)
>
>.djc.
>
>
>walker wrote:
>
> > Hi all,
> >
> > Having another problem with CF on Unix.
> >
> > For some reason my upload utility won't work, and I think it is a
> > permissioning issue, as the file path which is fed to the cffile tag
> > works fine when I telnet to the machine....
> >
> > the permissions of the directory I am trying to place files is
> >
> > drwxr-sr-x
> >
> > does this look right? I have no idea what account the CFServer is
> > running under, nor do I know what the 's' stands for- (I thought Unix
> > persmissions were only r,w,x)
> >
> > Any help would be appreciated. Thanks in advance!
>
>
>
>---------------------------------------
>For unsubscribe and other options, including
>the Tip Harvester and archive of TheList go to:
>http://lists.evolt.org Workers of the Web, evolt !

_________________________________________
walker fenton
walker at sdproductions.com
303.722.5473





More information about the thelist mailing list