ubuntu 14.04中開啟telnet服務步驟
1、首先檢視telnet執行狀態
#netstat -a | grep telnet
輸出為空,表示沒有開啟該服務
2、安裝openbsd-inetd
#apt-get install openbsd-inetd
如果已經安裝過了,會提示已經安裝過了,直接執行下面的步驟就可以了。
3、安裝telnetd
#apt-get install telnetd
安裝完之後,檢視/etc/inetd.conf的內容會多了一行telnet stream tcp nowait telnetd /usr/sbin/tcpd /usr/sbin/in.telnetd
#cat /etc/inetd.conf | grep telnet
輸出: telnet stream tcp nowait telnetd /usr/sbin/tcpd /usr/sbin/in.telnetd
4、重啟openbsd-inetd
# /etc/init.d/openbsd-inetd restart
輸出: * Restarting internet superserver inetd
5、檢視telnet執行狀態
#netstat -a | grep telnet
輸出:tcp 0 0 *:telnet *:* LISTEN
此時表明已經開啟了telnet服務。
6、telnet登陸測試
#telnet 127.0.0.1
輸出:
Trying 127.0.0.1...
Connected to 127.0.0.1.
Escape character is '^]'. (停在這裡的時候要按Ctrl+] 然後回車)
telnet> (表示登陸成功)
相關文章
- ubuntu 14.04中開啟web服務步驟UbuntuWeb
- ubuntu 14.04中開啟vsftpd服務步驟UbuntuFTP
- linux開啟telnet服務Linux
- win10怎麼安裝telnet服務_win10新增telnet服務具體步驟Win10
- Ubuntu (14.04)下執行 DotNet Core 步驟Ubuntu
- ubuntu 14.04中開啟squid服務並將本機作為代理伺服器UbuntuUI伺服器
- ubuntu開啟ftp服務UbuntuFTP
- win10開啟telnet服務如何操作 win10怎麼開啟電腦telnet服務Win10
- 【telnet】開啟RHEL5.3 Linux的telnet服務Linux
- ubuntu 14.04中開啟echo、daytime等標準服務詳細例項圖解Ubuntu圖解
- 華納雲:ubuntu開啟ssh的步驟和流程Ubuntu
- 在Ubuntu上開啟SSH服務Ubuntu
- solaris啟動ftp和telnet服務FTP
- Ubuntu16.04開啟SFTP服務UbuntuFTP
- secondary logon服務怎麼開啟?Win10系統secondary logon服務的開啟步驟GoWin10
- ubuntu 16.04中CAFFE配置步驟Ubuntu
- windows10開啟遠端桌面的步驟_win10如何開啟遠端桌面服務WindowsWin10
- Ubuntu開啟ssh服務遠端登入Ubuntu
- SVN服務備份操作步驟
- 搭建Telnet服務
- Ubuntu開啟ssh服務及允許root登入Ubuntu
- IT運維服務管理的實施步驟運維
- Ubuntu啟用VNC服務的配置UbuntuVNC
- Ubuntu Server 24.04 自啟動服務UbuntuServer
- Ubuntu 下啟動/停止/重啟mysql服務UbuntuMySql
- 安裝Linux14.04詳細步驟Linux
- Ubuntu安裝cacti步驟Ubuntu
- 六步最佳化你的 Ubuntu 14.04Ubuntu
- Ubuntu 20.04 VNC服務開啟-遠端桌面設定UbuntuVNC
- 怎樣開啟win7和vista系統的telnet服務Win7
- Masonite 熟悉步驟小記錄 (五、服務容器)
- 使用.NET Core建立Windows服務詳細步驟Windows
- ubuntu 下安裝nginx步驟UbuntuNginx
- Ubuntu 加入Windows AD域步驟UbuntuWindows
- Topshelf 建立.net服務整理和安裝步驟
- ORACLE啟動步驟Oracle
- Ubuntu關閉(重啟)網路服務命令Ubuntu
- 在 Ubuntu 14.10/14.04/13.10 上安裝 LEMP 服務和 phpMyAdminUbuntuPHP