The UNIX and Linux Forums
>
OS Specific Forums
>
HP-UX
umask for an ftp account
User Name
Remember Me?
Password
Google UNIX.COM
Forums
Portal
Register
Forum Rules
FAQ
Contribute
Members List
Arcade
Search
Today's Posts
Mark Forums Read
Thread
:
umask for an ftp account
View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
#
2
(
permalink
)
04-07-2008
vbe
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...)
vbe
View Public Profile
Find all posts by vbe