RED HAT AS4 U4下Gssftp服务的配置方法

;1、在操作系统里,使用ntsysv命令查看是否已经开启gssftp服务; 2、在/etc/xinetd.d的目录中,修改gssftp配置文件如下: service ftp{disable = noflags = REUSEsocket_type = streamwait = nouser = rootserver = /usr/kerberos/sbin/ftpd#server_args = -l -aserver_args = -llog_on_failure= USERID}确保disable = no;server_args = -l; 3、service xinetd restart,就可以使用ftp服务了 。

    推荐阅读