To meet new security requirements, it has been decided that telnet will no longer be allowed in the development environment. The administrator of the AIX development server needs to prevent users from being able to access this server using telnet.
When checking /etc/inetd.conf, the administrator sees the following line:
telnet stream tcp6 nowait root /usr/sbin/telnetd telnetd -a
What would stop the telnet daemon from running and restarting after reboot?
Submit