Operating System - HP-UX
1835910 Members
2986 Online
110086 Solutions
New Discussion

How to restrict all files permission = 666 via ftp?

 
ericfjchen
Regular Advisor

How to restrict all files permission = 666 via ftp?

If all users can ftp file to /ap, how can we do to restrict restrict all files permission = 666 via ftp?
1 REPLY 1
bhavin asokan
Honored Contributor

Re: How to restrict all files permission = 666 via ftp?

hi,

in /etc/inetd.conf


ftp stream tcp nowait root /usr/lbin/ftpd ftpd -l -u111

regds,