Multiple choice technology operating systems 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 Reveal answer Fill a bubble to check yourself A Correct answer Explanation Disabling FTP in AIX is done by commenting out its entry in /etc/inetd.conf and then reloading inetd, which prevents the daemon from being started. The other choices either use wrong commands or are incomplete, so the stored answer is correct.