How to stop start ftp and telnet service in aix??????
to stop them - comment the entries out in the /etc/inetd.conf file and then run refresh -s inetd - to start uncomment the entries and rerun refresh -s inetd
or just
stopsrc -t ftp
startsrc -t ftp