Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

The method of installing telnet under Linux

2025-01-16 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

Shulou(Shulou.com)06/02 Report--

Install telnet

1. Check whether the rpm package of telnet-server is installed.

[root@localhost ~]# rpm -qa telnet-server

If there is no input content, it means that there is no installation. telnet-server.rpm is not installed by default for security reasons, while telnet clients are standard. The following software is installed by default.

2. If not installed, install telnet-server, otherwise ignore this step

[root@localhost ~]#yum install telnet-server

3. Check whether the rpm package of telnet-server is installed.

[root@localhost ~]# rpm -qa telnet

If there is no input content, it means that there is no installation.

If not installed, install telnet, otherwise ignore this step

[root@localhost ~]# yum install telnet

Restart the xinetd daemon

Because telnet service is also guarded by xinetd, after installing telnet-server, you must restart xinetd to start telnet service.

[root@locahost ~]#service xinetd restart

III. Test Screenshots

summary

The above is a small series to introduce Linux installation telnet method, I hope to help you, if you have any questions please give me a message, small series will reply to you in time. Thank you very much for your support!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Servers

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report