FTP Enable and Disable in AIX
2/4/2004 by ITtoolbox Popular Q&A Team for ITtoolbox as adapted from IBM-AIX-L discussion group
Summary:
I would like to disable FTP on a server so that none of the other servers can FTP to this server. However, I should be able to enable whenever I need it. How do I do this?
Full Article:
Disclaimer: Contents are not reviewed for correctness and are not endorsed or recommended by ITtoolbox or any vendor. Popular Q&A contents include summarized information from IBM-AIX-L discussion unless otherwise noted.
Adapted from response by zoltan on Monday, February 02, 2004
You can disable any service in /etc/inetd.conf file. For example
modify the 'ftp service ' line from:
ftp stream tcp6 nowait root /usr/sbin/ftpd ftpd
to
#ftp stream tcp6 nowait root /usr/sbin/ftpd ftpd
and don't forget about restart the inetd
refresh -s inetd
이 글은 스프링노트에서 작성되었습니다.
'IBM > AIX' 카테고리의 다른 글
Programming Language Products for AIX: C and C++ Compilers (0) | 2011.03.28 |
---|---|
NFS DIO and CIO support (0) | 2010.12.29 |
I/O completion ports error when attempting to set up Domino 6.x on AIX (0) | 2010.12.29 |
Upgrade to IPv6 with IPv4 configured (0) | 2010.11.03 |
AIX 6.1 최적화와 성능 튜닝 (한글) (0) | 2010.10.25 |
GPFS (0) | 2010.10.14 |
chmod (0) | 2010.08.21 |
etherchannel (0) | 2010.08.12 |
Storage Management in AIX 5L Version 5.3 (0) | 2010.08.10 |
LVM (0) | 2010.08.10 |