Showing posts with label Enable ftp and telnet in AIX and Solaris. Show all posts
Showing posts with label Enable ftp and telnet in AIX and Solaris. Show all posts

Tuesday, 9 August 2022

 


--->Enable ftp and telnet in AIX and Solaris::

AIX & SOL 8/9

 Actions to Enable:

   

 sed 's/^#telnet/telnet/;s/^#ftp/ftp/;s/^tftp/#tftp/' /etc/services > /tmp/file && mv /tmp/file /etc/services

 

 sed 's/^#telnet/telnet/;s/^#ftp/ftp/' /etc/inetd.conf > /tmp/file && mv /tmp/file /etc/inetd.conf

 

SOLARIS

 # /usr/sbin/svcadm enable ftp