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' 카테고리의 다른 글
lqueryvg (0) | 2012.11.09 |
---|---|
hitachi_disk_정보확인 (0) | 2012.11.09 |
오라클tunning (0) | 2012.11.09 |
메시지카탈로그 (0) | 2012.11.09 |
tcpwrapper설정 (0) | 2012.11.09 |
adapter순서를내맘대로 (0) | 2012.11.09 |
Debugging rsh,rcp,rlogin and rdist Permission Denied Problems (0) | 2012.11.09 |
tune_TCP_stack (0) | 2012.11.09 |
TCP및UDP성능조정 (0) | 2012.11.09 |
Repairing Corrupt File Systems or File System Log Devices (0) | 2012.11.09 |