Multiple choice technology operating systems

How can I disable ftp on my AIX server?

  1. Hash the line for ftp in /etc/inetd.conf and refresh the inetd daemon.

  2. Execute the coommand: # service ftpd stop

  3. Execute the command:# stopsrc -s ftpd

  4. 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.