美文网首页linux整理
linux:telnet服务器搭建

linux:telnet服务器搭建

作者: 随风化作雨 | 来源:发表于2017-05-24 09:32 被阅读16次

    1.安装相关包

    yum -y instll telnet-server
    yum -y instll telnet
    yum -y instll xinetd

    2.设置开机自启动

    systemctl enable xinetd.service
    systemctl enable telnet.socket

    3.启动服务

    systemctl start telnet.socket
    systemctl start xinetd(或service xinetd start)

    相关文章

      网友评论

        本文标题:linux:telnet服务器搭建

        本文链接:https://www.haomeiwen.com/subject/agunxxtx.html