I use yum installed telnet-server in my CentOS-7.2:
yum install -y telnet-server
The above prints:
Downloading packages:
telnet-server-0.17-64.el7.x86_64.rpm | 41 kB 00:00:01
Running transaction check
Running transaction test
Transaction test succeeded
Running transaction
installing : 1:telnet-server-0.17-64.el7.x86_64 1/1
verificating : 1:telnet-server-0.17-64.el7.x86_64 1/1
installed:
telnet-server.x86_64 1:0.17-64.el7
Completed!
[root@localhost ~]# vim /etc/xinetd.d/telnet
[root@localhost ~]# find / -name telnet
[root@localhost ~]# find / -name telnet-server
You see, I searched for telnet and telnet-server, but did not find it.
Where the telnet is? How can I find it and its config file?