Subject: Re: setting umask for ftp?
To: David Wetzel <dave@turbocat.de>
From: Manuel Bouyer <bouyer@antioche.lip6.fr>
List: netbsd-help
Date: 07/22/2000 21:52:14
On Sat, Jul 22, 2000 at 08:16:51PM +0200, David Wetzel wrote:
> hi folks
>
> how can I set the umask for ftp? I want that new files get -rw-r--r-- mode
> on the server.
man ftpd.conf:
umask class umaskval
Set the umask to umaskval. Ignored if class is ``none'' or
umaskval is not specified.
I guess 'umask all 644' will do it.
--
Manuel Bouyer <bouyer@antioche.eu.org>
--