Jan 18, 2004 #1 job357 Technical User Joined Sep 16, 2002 Messages 106 Location US Greetings: I am in desperate need of setting up rsh on my redhat 7.3 server. Can someone put me in the right direction or pint me to a usefull url? - Thanks
Greetings: I am in desperate need of setting up rsh on my redhat 7.3 server. Can someone put me in the right direction or pint me to a usefull url? - Thanks
Jan 18, 2004 #2 unixfreak ISP Joined Oct 4, 2003 Messages 632 Location GB Hi, uncomment rshd in inetd. What specific problem do you have? Upvote 0 Downvote
Jan 18, 2004 Thread starter #3 job357 Technical User Joined Sep 16, 2002 Messages 106 Location US I am running xinetd, does this have the same. Upvote 0 Downvote
Jan 19, 2004 #4 Trekkie Technical User Joined Apr 29, 2000 Messages 150 Location CA unixfreak is trying to tell you that you need to goto /etc/xinetd.d/ directory and there is file rsh. vi /etc/xinetd.d/rsh edit disable = yes >> no /etc/rc.d/initd/xinetd restart NOW!! rsh is available G.L. T.k. Upvote 0 Downvote
unixfreak is trying to tell you that you need to goto /etc/xinetd.d/ directory and there is file rsh. vi /etc/xinetd.d/rsh edit disable = yes >> no /etc/rc.d/initd/xinetd restart NOW!! rsh is available G.L. T.k.
Jan 19, 2004 Thread starter #5 job357 Technical User Joined Sep 16, 2002 Messages 106 Location US Thanks, guys! Upvote 0 Downvote