1826440 Members
3807 Online
109692 Solutions
New Discussion

Telnet and NFS services

 
SOLVED
Go to solution
Alfonso_4
Advisor

Telnet and NFS services

How can I start telnet and NFS services if I didn't do it when I installed linux 7.1 in my server.

Thanks.
1 REPLY 1
Bernie Vande Griend
Respected Contributor
Solution

Re: Telnet and NFS services

For telnet, do a:
rpm -qa | grep -i telnet
You should see telnet and telnet-server installed. If not, get the RPMs from your install CD or RedHat's web site and install them.
Also, if you are using xinetd, then cd /etc/xinetd.d, and edit the file "telnet", changing disable = yes to disable = no. Then restart xinetd.

For NFS, do a rpm -q nfs-utils. If it is not listed, then you need to install nfs-utils from your install CD or get it from RedHat's web site (client on download and search for nfs-utils).
Hope this helps.
Ye who thinks he has a lot to say, probably shouldn't.