The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > OS Specific Forums > HP-UX
Google UNIX.COM



View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #2 (permalink)  
Old 04-07-2008
vbe vbe is offline
Moderator
 

Join Date: Sep 2005
Location: Switzerland
Posts: 551
-> umask set on the destination server is 002
Where?

Here is what I would do... (set a default umask for ftp)
In /etc/inetd.conf:
ftp stream tcp nowait root /usr/lbin/ftpd ftpd -u 007 #(or 077...)
Reply With Quote