This is a discussion on how to prohibit the deleting right within the AIX Operating System forums, part of the Unix Operating Systems category; --> Hi: I set up a ftp server on AIX by executing the sample script and created an imcoming directory ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Hi: I set up a ftp server on AIX by executing the sample script and created an imcoming directory by following commands: mkdir incoming chmod 777 incoming (to allow uploads) chmod 555 pub (to protect your outgoing repository from uploads) The anonymous user can upload files into the incoming directory and delete them. How can I prohibit the delete operation? Thanks. Gui Xie |
| |||
| In article <cbel6l$3sc$1@jaist-news.jaist.ac.jp>, Gui Xie wrote: > Hi: > I set up a ftp server on AIX by executing the sample script and created > an imcoming directory by following commands: > > mkdir incoming > chmod 777 incoming (to allow uploads) > chmod 555 pub (to protect your outgoing repository from uploads) > > The anonymous user can upload files into the incoming directory and delete > them. How can I prohibit the delete operation? Thanks. > > Gui Xie > > Change the permissions on the directory to 1777? |
| |||
| Failed. "Mike" <mikee@mikee.ath.cx> дÈëÓʼþ news:10dlrkbc9o5vqbe@corp.supernews.com... > In article <cbel6l$3sc$1@jaist-news.jaist.ac.jp>, Gui Xie wrote: > > Hi: > > I set up a ftp server on AIX by executing the sample script and created > > an imcoming directory by following commands: > > > > mkdir incoming > > chmod 777 incoming (to allow uploads) > > chmod 555 pub (to protect your outgoing repository from uploads) > > > > The anonymous user can upload files into the incoming directory and delete > > them. How can I prohibit the delete operation? Thanks. > > > > Gui Xie > > > > > > Change the permissions on the directory to 1777? |
| ||||
| Your method couldn't work. "Mike" <mikee@mikee.ath.cx> дÈëÓʼþ news:10dlrkbc9o5vqbe@corp.supernews.com... > In article <cbel6l$3sc$1@jaist-news.jaist.ac.jp>, Gui Xie wrote: > > Hi: > > I set up a ftp server on AIX by executing the sample script and created > > an imcoming directory by following commands: > > > > mkdir incoming > > chmod 777 incoming (to allow uploads) > > chmod 555 pub (to protect your outgoing repository from uploads) > > > > The anonymous user can upload files into the incoming directory and delete > > them. How can I prohibit the delete operation? Thanks. > > > > Gui Xie > > > > > > Change the permissions on the directory to 1777? |