+ -
当前位置:首页 → 问答吧 → sun solaris 8下如何启用telnet ftp 功能

sun solaris 8下如何启用telnet ftp 功能

时间:2005-01-25

来源:互联网

sun solaris 8下telnet 和ftp在安装的时候是打开的
但我的系统是关闭的,不知道如何启用      

作者: 5358126   发布时间: 2005-01-25

1.修改/etc/inetd.conf文件,找到
ftp     stream  tcp6    nowait  root    /usr/sbin/in.ftpd       in.ftpd
telnet  stream  tcp6    nowait  root    /usr/sbin/in.telnetd    in.telnetd
这两行,去掉前面的注释;

2. 重启inetd进程;( ps -ef|grep inetd ,查出pid; 然后 执行 kill -HUP pid)
另外看你的/etc/ftpusers 文件中是否存在禁止登陆的用户名;      

作者: popy123007   发布时间: 2005-03-01

学习中。。。。。支持一下      

作者: dennyzsc   发布时间: 2007-07-26

热门下载

更多