1833052 Members
2673 Online
110049 Solutions
New Discussion

FTP server

 
robert sears_1
Contributor

FTP server

Does anyone know the syntax to edit the inetd.conf file to dissallow FTP users the chmod command?
Sears
1 REPLY 1
James R. Ferguson
Acclaimed Contributor

Re: FTP server

Robert:

One solution is to specify the default umask at the time the ftpd daemon is launced by inetd. Add "-u " to the inetd entry for ftpd and restart inetd with "inetd -c".

Another solution is to create an anonymous FTP environment. See document #A4747623 for a guideline.

...JRF...