Sorin Srbu wrote:
Hi all,
Currently working with migrating from RHEL3 to CentOS 5.2 x86 on test computer. When I tried to run "yum install rsh*" in order to install the rsh-server
Try
yum install rsh*
or
yum install "rsh*"
This allows "*" to be passed on to yum unmolested by the shell.