How can I disable ftp on my AIX server?
Hash the line for ftp in /etc/inetd.conf and refresh the inetd daemon.
Execute the coommand: # service ftpd stop
Execute the command:# stopsrc -s ftpd
None of these