Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

rsh runs Ok, but rcp command always fails 1

Status
Not open for further replies.

signalsys

Technical User
Sep 5, 2005
44
0
0
CN
rsh runs OK, but the rcp command below fails
P670_2-doma%rcp -rp acce.cfg P670_7:/tmp/
who: 0551-012 The process is not attached to a terminal

Thx in advance
 
Just a work around to this problem use the following code:

Code:
on p670_7, cd /tmp
then
rsh p670_2-doma 'find /location_of_your_file/acce.cfg -print | backup -iqf -' | restore -xqvpf -

Regards,
Khalid
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top