Monday, March 2, 2009

Changing ftp default umask

Change ftp default umask

Step #1. Edit /etc/inetd.conf
from
ftp stream tcp6 nowait root /usr/sbin/ftpd ftpd
to
ftp stream tcp6 nowait root /usr/sbin/ftpd ftpd -u 007


Step #2. refresh -s inetd (AIX) or do a nohup on inetd