View Single Post

   
  #1 (permalink)  
Old 01-04-2008, 08:30 PM
Bert Moos
 
Posts: n/a
Default ftp umask question

dear aix gurus
a ftp user has to upload text-files to my aix 5.2 box in a certain
directory. specally for this user i start a second ftpd-instance in the
inetd.conf:

ftpdp stream tcp6 nowait root /usr/sbin/ftpd ftpd -u 000

ftpdp listens on a special port (5020/5021). for some reason i'd like to
have all uploaded text-files with a '777' permission. even i start the ftpd
with '-u 000' the uploaded file alway have a '666' permission. what do i
have to do, to have autmatically '777' for all uploaded files from this user
??

thanx alot
bert


Reply With Quote