快上网专注成都网站设计 成都网站制作 成都网站建设
成都网站建设公司服务热线:028-86922220

网站建设知识

十年网站开发经验 + 多家企业客户 + 靠谱的建站团队

量身定制 + 运营维护+专业推广+无忧售后,网站问题一站解决

[HP-UX]ftp无法登陆

HP Unix ftp无法登陆,查看/etc/inetd.conf文件.

[root@xxxxxx:/xxxxx#] more /etc/inetd.conf
ftp          stream tcp6 nowait root /usr/lbin/ftpd     ftpd -l-a
login        stream tcp6 nowait root /usr/lbin/rlogind  rlogind
telnet       stream tcp6 nowait root /usr/lbin/telnetd  telnetd -b /etc/issue

ftpd 这行有个-a的选项时,则ftp时会调用/etc/ftpd/下的配置文件ftpusers.
[root@xxxxxx:/etc/ftpd#] ls -l  #里面的文件夹都是空的.
total 0
dr-xr-xr-x   2 bin        bin             96 Oct 2  2013 ftp-exec
dr-xr--r--   2 bin        bin              96 Oct 2  2013 pids

将/etc/inetd.conf的ftp行的 -a选项去掉后重启 inetd 服务后正常
[root@xxxxxx:/xxxxx#] more /etc/inetd.conf
ftp          stream tcp6 nowait root /usr/lbin/ftpd     ftpd -l
login        stream tcp6 nowait root /usr/lbin/rlogind  rlogind
telnet       stream tcp6 nowait root /usr/lbin/telnetd  telnetd -b /etc/issue
[root@xxxxxx:/xxxxx#] /sbin/init.d/inetd stop
Internet Services stopped
[root@xxxxxx:/xxxxx#] /sbin/init.d/inetd start
Internet Services started



本文题目:[HP-UX]ftp无法登陆
链接分享:http://6mz.cn/article/gpogjd.html

其他资讯