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

       

 

No comments:

Post a Comment