On Thu, 30 Aug 2007 14:13:10 -0000, prakash
<(E-Mail Removed)> wrote:
>
>
> I have ESX server 3.0 and want to rcp from AIX/Solaris/HP-UX. I am
> able to rsh and rlogin from these machine, but anyhow rcp is not
> working..
. it gives "bash: line 1: rcp: command not found"
> I tried giving complete path of rcp i.e. /usr/bin/rcp.....but no luck.
> I would apreciate any help.
>
Does /usr/bin/rcp exist? On some systems rsh and rlogin are symbolic
links to ssh; maybe the link for rcp is missing.
If /usr/bin/rcp exists, has proper permissions, /usr/bin is in PATH and
you still get a "not found" error, it could mean a library is missing.
Try "ldd /usr/bin/rcp".
--
Real computer scientists like having a computer on their desk, else how
could they read their mail?